File:
CHANGE.MDA  

Short Description:
New wizards for MS ACCESS 2.0
Modify now your forms' and your reports' size
Simply install with the ADD-IN MANAGER from your Access file menu
These wizards handle the problem to size the entire form to a new 
screen resolution ( all the form controls are for example increased, 
the same happens with text, and the listbox columnwidths are also 
corrected)
The same can be done with the width a chosen report. Now you go from 18 cm
to 15 cm in a few seconds without manually adjusting all the controls.
In Reports it is also possible to adjust each report section differently,
just as you like

New in Version 1.5
You can now stretch the Bitmaps on Commandbuttons/Togglebuttons
(works with the DIB.DRV and stretchblt-function)
The old (original) form or report can now be your templete for your
resizing (important especially for the fontsize)
You can also adjust all your forms in your database to a different 
screen resolution with the Resize Multiple Forms Option


Userfunction for stretching of DIB's:
Stretch the Bitmap of a button
SUB stretch_name(formname as string, controlname as string, faktorx
                 as single, faktory as single)
where formname = Name of an open Form
      controlname = Name of Control in that form
      faktorx,faktory = Stretching factors

Copyright:
Erich Lind
E-Mail:elind@freewill.tu-graz.ac.at

Suggestions always welcomed!

 
