I've design a windows form with VS2005 C#. I have two buttons along the bottom of the form, which show up just fine in the designer. When I run the application on my computer, it looks great. However, when I run it on a friends computer, the buttons don't show up properly. Instead of a button with text, I just get the background form color with the top and left lines of the button border. If I click on the area where the button should be, I get an event, so it seems that I have some kind of problem making the button visible. The button properties are visible = true and enabled = true, so I just can't figure out what is wrong. All other controls, like tickboxes, look ok.
Any clues about this one?
Thanks
Simon
Loading
Chitkaran SinghPosted Nov 22, 2007, 9:40 AM
Also Just check the color in the " transparency key " and the color of the Button..
because this happened with the also.. the reason was that the computer on which the buttons were not visible didnt had the capabiolity to display 32Bit of colours... and hence due to some reason they just got matched with the Transparency key of the FORM,,, hence giving it a transparent look...
sai babuPosted Oct 12, 2007, 6:17 AM
Hi ,
first just check the Events of the buttons and you said that about color but make sure theat button color and form color check once and check the all properties and form properties then u will able to see that buttons