Link to home
Start Free TrialLog in
Avatar of JMO9966
JMO9966

asked on

VB.Net apps - how to make sure window size correct for all resolution and monitors

Hi,
 
I create my apps primary with Visual Basic.Net and run Visual Studio 2005.

Is there a way to make sure my apps run with the correct window size for different resolutions and monitors on my client machines?

Thanks!!
ASKER CERTIFIED SOLUTION
Avatar of doraiswamy
doraiswamy
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JMO9966
JMO9966

ASKER

Thanks!
Avatar of JMO9966

ASKER

Forgot to ask my follow-up, is there a way to do what you mention and also have the ability to resize the window?  

Thanks doraiswamy!
Thanks for the pts.
By 'resize' do you mean resize programmatically or manually while the program is running? You can do both. To enable manual resizing just make sure the "locked" property is FALSE.
Avatar of JMO9966

ASKER

Thanks again, I was looking for the Restore Down option on my form, but I had the property for Locked set as you mentioned so they can manually resize this way.

JMO9966