|
-
Jan 20th, 2000, 01:18 AM
#1
Thread Starter
Hyperactive Member
how do I change the color of a command button and the color of the text?
I want to make the button black with white text.
thank you for your time and have good day
------------------
I am so skeptacle, I can hardly believe it!
-
Jan 20th, 2000, 02:16 AM
#2
You can change the BackColor Property of a Command Button if the Style Property is set to 1 - Graphical, you can't however change the ForeColor, (probably could with Subclassing), instead, you could use a Checkbox with a Style Property of 1 - Graphical and add the line:
Check1 = 0
in the Click Event, this will make the checkbox look and act like a Command Button, but you can change both the BackColor and the ForeColor to anything you want.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Jan 20th, 2000, 02:17 AM
#3
Lively Member
I use a shareware program called IconEdit Pro available at download.com. With this software you can create any style button face.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|