Screen Resolution in VB.NET (Windows Applications)

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.
 
T

thomas wenning

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
 

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

Top