I've searched around for a solution but I cannot seem to find one. I am new to VB.NET, so I'm not sure how to do some things. I am trying to have my form controls resize along with my form when people resize it, maximize, etc. I have a browser control that I would like to stretch to fit the window.
Thanks in advance.
Resize Controls With The Form
Page 1 of 1
Resize Controls With The Form
#2
Posted 15 February 2008 - 09:53 AM
Hello ...
Please try to check the properties of Dock and Anchor for each control .. Also you may change it programaticaly on Resize event , so you need to make a relation between your controls (Left,Top,Width and Height) properties and Parent form (Width and Height)
Look into MSDN or Microsoft Documentation
Regards
Please try to check the properties of Dock and Anchor for each control .. Also you may change it programaticaly on Resize event , so you need to make a relation between your controls (Left,Top,Width and Height) properties and Parent form (Width and Height)
Look into MSDN or Microsoft Documentation
Regards
Page 1 of 1

Add Reply




MultiQuote
| 


