<br> I need help.... <br> I want to resize the controls such as list box <br><br> on an dialog when I maximizes the dialog <br><br> <br><br>
sub Form_Resize()<br>List1.left = 0<br>List1.top = 0<br>List1.width = Form.scaleWidth<br>List2.height = Form.ScaleHeight<br>end sub<br><br>thats all there is to is, if there are other controls you can modify them as well, jusst aligning them to some part of the form, and modifying the height/width differences. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href=
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
I'm sorry my bad, VC++ hehe, well um I would assume they have the exact same properties, and I know you can least use the Message traps to get a resize event. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href=
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.