Determining Screen Size

  • Thread starter Thread starter Jack Smash
  • Start date Start date
J

Jack Smash

Does anyone know if there is a function to determine the current screen
resolution of the user's computer monitor?
 
Does anyone know if there is a function to determine the current
screen resolution of the user's computer monitor?

Jack,

System.Windows.Forms.Screen class.

Chris.
 
System.Windows.Forms.Screen.PrimaryScreen.Bounds should do the trick.

HTH,
Nicole
 
Back
Top