VB 6.0 - Forms resize at runtime 
Author Message
 VB 6.0 - Forms resize at runtime

I am having problems with Forms resizing at runtime.  I can create a
form, place all of my controls in the appropriate places and the form
will be sized perfectly.  When I run the project, the form will
sometimes resize without any code to do so. At other times, the forms
will stay the right size.  What gives?  Am I missing something?

Brian



Fri, 13 Jul 2001 03:00:00 GMT  
 VB 6.0 - Forms resize at runtime
Try setting Form's BorderStyle to Fixed Dialog!
Quote:

>I am having problems with Forms resizing at runtime.  I can create a
>form, place all of my controls in the appropriate places and the form
>will be sized perfectly.  When I run the project, the form will
>sometimes resize without any code to do so. At other times, the forms
>will stay the right size.  What gives?  Am I missing something?

>Brian



Sat, 14 Jul 2001 03:00:00 GMT  
 VB 6.0 - Forms resize at runtime
Brian,   Check your form load events for LoadResStrings or any other code
that sets screen sizes.  Removing this code or modifying it to the size
parameters you want, will fix your problem.
--
Sincerely,

Todd B -  Agendum Software
** FREE Developer tools for download!  NEW release -  AG Fastform layout
tool just released!
http://www.AgendumSoftware.com

Quote:

>I am having problems with Forms resizing at runtime.  I can create a
>form, place all of my controls in the appropriate places and the form
>will be sized perfectly.  When I run the project, the form will
>sometimes resize without any code to do so. At other times, the forms
>will stay the right size.  What gives?  Am I missing something?

>Brian



Sat, 14 Jul 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Closing one form from another and resizing the entire form at runtime

2. resizing a form size at runtime

3. Resize form at runtime?

4. Resizing forms at runtime

5. Visio and VB 6.0 Resize problem

6. Resizing fonts at runtime with VB.NET (Application)

7. VB - How 2 learn 2 resize images at runtime

8. Linking Records form one form to another in VB 6.0

9. Move and Resize Controls at Runtime Like the VB IDE

10. Move and Resize Controls at Runtime Like the VB IDE

11. vb 6.0 Runtime

12. Call VB 6.0 Runtime from DotNet...

 

 
Powered by phpBB® Forum Software