Question : how to get a user screen resolution

Hi
i found que System.Windows.Forms.SystemInformation.VirtualScreen.Size to get a screen resolution but have another way to get a current user screen resolution in C#?

Answer : how to get a user screen resolution

Try this

System.Windows.Forms.Screen.PrimaryScreen.Bounds
Random Solutions  
 
programming4us programming4us