
Resize form - resize controls
Veign has a point... you don't want to resize controls when the form is
minimized... do you? You just want controls resized when you resize the
form... right? If so, see:
Resize Controls Proportionally when a Form is Resized
http://www.freevbcode.com/ShowCode.Asp?ID=618
"resize" (no quotes) in their search box and go. You should get 48 matches..
quite a few of those are different methods of resizing controls based on
form sizes.
--
Ken Halter - MS-MVP-VB - Please keep it in the groups..
http://www.vbsight.com/ - http://www.vbsight.com/MultiColumn.htm
New Tabbed Dialog http://www.vbsight.com/TBGDialogCTL.htm
Quote:
> I have an MDI-application in VB6 and I'm trying to change
> the size of the controls when minimizing the window. I've
> tried to call Refresh in form_resize but without result.
> Any help with this is highly appreciated...
> Malin