-
How can i change the command button colour(back color)?
When i try to change the back colour in the design time, it doesn't do a job, it didn't change the colour that what i want?
IS it possible to change the color of command button?
because i need to do with the square thigs for monopoly.
-
Change the style property to 1- Gpahical then set the colour for the button.
-
Dim:
then, how to set picture in command button?
using command1.picture=loadpicture("path&File")?
-
<?>
Testing is a good way to obtain a clearer vision of what happens when you do what. Your code works.
Command1.Picture = LoadPicture("c:\my documents\dogbutton.gif")
If you want to do it at design time just click on the picture property after you have set the style.