
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