Re: Disappearing Command Buttons



<davesauny@xxxxxxxxx> schrieb:
I have a form, with a tabcontrol on it.  When the form is started there
are a couple of command buttons on the first screen and the rest of the
tabs in the control are removed so only the first screen is displayed.
On some machines,  mainly XP, those buttons are missing... completely
gone, nothing there at all!  Clicking around the area does NOT cause
the onclick events to fire.  It only happens on some machines and I
cannot work out why!  I also have a toolbar on that screen however all
the buttons on that toolbar still work and are NOT missing!

Maybe the machines are running with "Large Fonts" enabled (120 DPI instead of 90 DPI). You can prevent the controls from resizing by setting the form's 'AutoScale' property to 'False'.


--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


.


Loading