Re: Disappearing Command Buttons
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Wed, 13 Jul 2005 12:15:40 +0200
<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/>
.
- References:
- Disappearing Command Buttons
- From: davesauny
- Disappearing Command Buttons
- Prev by Date: get the path to my documents
- Next by Date: Re: get the path to my documents
- Previous by thread: Disappearing Command Buttons
- Next by thread: findwindow_method
- Index(es):
Loading