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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top