Size of Screen
Hi!
I want to know te size of the screen.
I have the command:
Response.Write("Width = " + SystemInformation.WorkingArea.Width.ToString())
But, when I run the application, I have the following error:
Compiler Error Message: BC30456: 'Windows' is not a member of 'System'.
Can anyone help me?
Thank´s!
|