|
-
Aug 24th, 2000, 02:38 AM
#1
Thread Starter
Frenzied Member
is it really so complicated to change the color of the command button's text?
if not, could someone enlighten me on how it is done?
Thanks
-
Aug 24th, 2000, 02:46 AM
#2
Frenzied Member
This question gets asked every couple of weeks I reckon!
There are alternatives but I think the easiest is to use a Checkbox with style set to "graphical"
Code:
Private Sub Check1_Click()
Check1.Value = vbUnchecked
'put your code here..
End Sub
-
Aug 24th, 2000, 04:59 AM
#3
Thread Starter
Frenzied Member
now that you mention it, that sounds familiar
but the question is:
what does that mean?
the checkbox in place of the command button?
-
Aug 24th, 2000, 05:01 AM
#4
Thread Starter
Frenzied Member
okay.
never mind.
I just learned a valuable lesson.
And thanks, really.
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
|