Hello i have been recently working on a project in VB 2008 it is a web browser.
My Problem Lies in...when a form is opened on a smaller Monitor It does Not Look Normal (Stretches)
Please Help
PS "Stretch To Fit Is Disabled"
Printable View
Hello i have been recently working on a project in VB 2008 it is a web browser.
My Problem Lies in...when a form is opened on a smaller Monitor It does Not Look Normal (Stretches)
Please Help
PS "Stretch To Fit Is Disabled"
You can use Anchoring and Docking to allow controls to resize as the form is resized. That way you can handle any resolution that a machine may have.
prob not as useful as anchoring and docking but in some circumstances auto scroll has its place
Kris