|
-
Jul 26th, 2000, 01:32 PM
#1
Thread Starter
New Member
Can the Caption on a Command Button be shown in colour..?...If so, how is it done....Thanks
-
Jul 26th, 2000, 01:44 PM
#2
_______
<?>
No..not on the regular button but you can get around it
by using a checkbox and setting it's style to graphical or 1. This turns it into a command button with forecolor properties.
Let's say command button looking.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Jul 26th, 2000, 01:48 PM
#3
Use the Button shipped with Sheridan 3D Controls. It has the ability to change the Forecolor.
-
Jul 26th, 2000, 01:50 PM
#4
Frenzied Member
with a checkbox you need to uncheck it to stop the "button" sticking down!
Code:
Private Sub Check1_Click()
Check1.Value = Unchecked
'rest of code in here
End Sub
-
Jul 26th, 2000, 06:06 PM
#5
Addicted Member
Just thought I,d pass this on.
vbthunder has a good module for changing the text colour of a CommandButton. I've tried it out and it works fine.
Go to http://www.vbthunder.com/source/button/ExtButton.htm
GRAHAM
-
Jul 26th, 2000, 08:05 PM
#6
Fanatic Member
It would be easier to just use Megatron's suggestion or add Microsoft Forms 2.0 Object Library. Similarly to Sheridan controls it has a command button with forecolor property
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
|