Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Resolution
Message
From
11/08/2003 17:07:41
 
 
To
11/08/2003 15:29:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00819109
Message ID:
00819162
Views:
13
Hi Kevin.

Do they create the same forms, etc. as copies and have them pull up if it matches that resolution, or is there anything in foxpro that will actually do these things for you?

Rolling you own re-sizer is pretty easy. It relies on VFP's native SYSMETRIC() function and recursively drilling down into all the form controls and selectively resizing/repositioning them.

There is one that ships with VFP in the Foundation classes in _controls.vcx. It is called _resizable and even though it has some limitations, you can get started with it.

There is also resizer code in Chapter 11: Forms and Other Visual Classes
of 1001 Things You Wanted to Know About Visual FoxPro if you happen to have a copy of it.
Previous
Reply
Map
View

Click here to load this message in the networking platform