Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen Display
Message
From
16/08/2004 16:09:28
 
 
To
16/08/2004 15:49:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00933663
Message ID:
00933677
Views:
18
Yes, but also look at this thread #871622 - it talks about some of the resizing issues.
But the basics are putting code in the refresh methond - or calling a procedure from there - that gets the monitor size, then shortens or lengthens the forms as needed.
Try it with just one form, so that you can see what you are doing without a big headache.
This is code I have in my edit box on a form that users can change the size of:
THIS.WIDTH = THISFORM.WIDTH - 1
THIS.HEIGHT = THISFORM.HEIGHT - 140
Hope this helps

Beth
>Is there anyway I can put a resize code into my application?
Previous
Reply
Map
View

Click here to load this message in the networking platform