M Mike Jan 17, 2007 #1 Is there any way you can zoom a form and all its contents? In VBA you simply set the form zoom property(Form1.zoom). thanks
Is there any way you can zoom a form and all its contents? In VBA you simply set the form zoom property(Form1.zoom). thanks
M Michael C Jan 17, 2007 #2 Mike said: Is there any way you can zoom a form and all its contents? In VBA you simply set the form zoom property(Form1.zoom). Click to expand... No. Michael
Mike said: Is there any way you can zoom a form and all its contents? In VBA you simply set the form zoom property(Form1.zoom). Click to expand... No. Michael
J Jay B. Harlow [MVP - Outlook] Jan 20, 2007 #3 Mike, Yes! you can, call Control.Scale: http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.scale.aspx There was a long thread about it a couple years ago: http://groups.google.com/group/micr...eaf20/041d546045021d64?tvc=1#041d546045021d64
Mike, Yes! you can, call Control.Scale: http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.scale.aspx There was a long thread about it a couple years ago: http://groups.google.com/group/micr...eaf20/041d546045021d64?tvc=1#041d546045021d64