Disappearing Command Buttons

D

davesauny

Ok heres the situation:

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!

The OS's are the same, all running SP2 the only difference is screen
resolution, which I have changed and still it doesn't work!

Has anyone else had this problem? Or is it just something I have
inadvertantly done?

Dave Sauny
 
H

Herfried K. Wagner [MVP]

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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top