Resize form - resize controls 
Author Message
 Resize form - resize controls

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



Mon, 07 Mar 2005 15:39:00 GMT  
 Resize form - resize controls
How do you know the controls are not being resized if the window is
minimized (no longer visible)??...

--
Veign
www.veign.com
NEW ActiveX Control - Jeweled Style Buttons
www.veign.com/download_activex.html#jwldbutn
Code Samples & Sample Projects
http://www.veign.com/information/application/info_app.html
Submit Your Best Code (you keep the rights)
http://www.veign.com/information/application/code_submit.html
---------

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



Mon, 07 Mar 2005 21:24:39 GMT  
 Resize form - resize controls
A really big magnifying glass   ;-)

David
lilchips.com


Quote:
> How do you know the controls are not being resized if the window is
> minimized (no longer visible)??...

> --
> Veign
> www.veign.com
> NEW ActiveX Control - Jeweled Style Buttons
> www.veign.com/download_activex.html#jwldbutn
> Code Samples & Sample Projects
> http://www.veign.com/information/application/info_app.html
> Submit Your Best Code (you keep the rights)
> http://www.veign.com/information/application/code_submit.html
> ---------


> > 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



Tue, 08 Mar 2005 03:39:35 GMT  
 Resize form - resize controls
Kinda like asking if the light is off when the refrigerator door is
closed...

--
Veign
www.veign.com
NEW ActiveX Control - Jeweled Style Buttons
www.veign.com/download_activex.html#jwldbutn
Code Samples & Sample Projects
http://www.veign.com/information/application/info_app.html
Submit Your Best Code (you keep the rights)
http://www.veign.com/information/application/code_submit.html
---------

Quote:
> A really big magnifying glass   ;-)

> David
> lilchips.com



> > How do you know the controls are not being resized if the window is
> > minimized (no longer visible)??...

> > --
> > Veign
> > www.veign.com
> > NEW ActiveX Control - Jeweled Style Buttons
> > www.veign.com/download_activex.html#jwldbutn
> > Code Samples & Sample Projects
> > http://www.veign.com/information/application/info_app.html
> > Submit Your Best Code (you keep the rights)
> > http://www.veign.com/information/application/code_submit.html
> > ---------


> > > 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



Tue, 08 Mar 2005 04:06:41 GMT  
 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



Tue, 08 Mar 2005 10:48:55 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Correction: Resize form - resize controls

2. resizing a form when a control resizes during execution

3. Resizing a control when the Form is resized

4. resizing a form when a control resizes during execution

5. Resizing all controls at form resize

6. Dynamically move/resize controls on resized form

7. Resize, resize, resize, ...

8. Resizing Everything when Form Resizes

9. Resizing an object when a form is resized.....

10. Resizing components after form resize

11. resizing DataGrid after resizing Form

12. Resizing objects when form gets resized

 

 
Powered by phpBB® Forum Software