Is there any way I can adjust the TextSize of the controls on a window
programatically at runtime?
In VBA one could say
Dim sngZoom as single, ctl as control
for each ctl in form.controls
ctl.fontSize = ctl.FontSize * sngZoom
next ctl
How does one do this in RB?
Donn Edwards
Black and White Inc software development
http://www.worship.co.za/BlackAndWhiteInc/
It's not a bug it's a feature, and no we won't fix it!:
http://www.realsoftware.com/feedback/viewreport.php?reportid=fnxftsfy
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|