get size of screen

  • Thread starter Thread starter Magic Gooddy
  • Start date Start date
M

Magic Gooddy

Hi!
I try code
textBox1.Text = Screen.PrimaryScreen.WorkingArea.Width + ":" +

Screen.PrimaryScreen.WorkingArea.Height;

But I need to get really size of screen. How to...?
 

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