Click to See Complete Forum and Search --> : Resolution Changes shouldnt affect my application


ashesh
February 18th, 2000, 12:34 AM
I have an application in vb containing several forms,frames,controls ,usercontrols and bitmaps
If the user changes the resolution the entire display changes i want that the display doesnt change for any resolution
Ps:I do not want to change the resolution of the client using APis

Any suggestions welcome
Thanks

February 18th, 2000, 01:56 AM
You will have to resize/move the controls to handle resolution changes.
Personally I hate doing this so I use Apex's Olectra Resizer.
Hope this helps

Ravi Kiran
February 18th, 2000, 04:08 AM
If you design the forms in Twips, that scale is "relatively" immune to Resolution changes.
That' how it is intended to be, atleast!.

A lot of 3rd party auto resizing controls are available in the market.

RK