Click here to Skip to main content
15,867,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Fit Vb.NET 2008 forms according to Windows Resolution

Can any one help it's urgent
Posted
Updated 11-Oct-12 8:11am
v2

You should also have a look at scale method. You can take a ratio of your designed resolution with the system resolution

NOTE: Remember you might need to adjust component locations, there should be some space available for controls to expand. Otherwise components will overlap.

As I have experienced, it would be great if you will design a form on low resolution and scale it to some high resolution when use.

Hope it helps!
 
Share this answer
 
v3
It is combination of many things like properties: Anchor, Dock, Autosizemode , WindowState and some code. Specify what you want to do?
 
Share this answer
 
Comments
bdspl 11-Oct-12 6:28am    
Thanks Rahul
I have an application in VB.NET 2008 which seen in desktop and laptop in difference mode b'cause of resolution
if u could give me code or the method it will be very use full to me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900