Resolution Changes shouldnt affect my application
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
Re: Resolution Changes shouldnt affect my application
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
Re: Resolution Changes shouldnt affect my application
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