Screen Resolution in VB.NET (Windows Applications)

  • Thread starter Thread starter sympatico
  • Start date Start date
S

sympatico

Hi,
I am developing an application using VB.Net Windows applications.

I have developed this by setting a screen resolution of 1024 X 768.

If the user changes the screen resolution or the font size in the settings
the forms are not displaying properly. The controls are not in a proper.

Please let me know how to handle when the user changes the screen
resolution.

thanks in advance.
 
sympatico said:
Hi,
I am developing an application using VB.Net Windows applications.

I have developed this by setting a screen resolution of 1024 X 768.

If the user changes the screen resolution or the font size in the settings
the forms are not displaying properly. The controls are not in a proper.

Please let me know how to handle when the user changes the screen
resolution.

thanks in advance.

Hi sympatico,

Here is a vb 6.0 example
http://abstractvb.com/code.asp?A=947
..Net
http://www.omniscium.com/index.asp?page=DotNetScreenResolution

Regards

Thomas Wenning
 
Back
Top