Results 1 to 4 of 4

Thread: change color of command button text

  1. #1

    Thread Starter
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604
    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

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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
    Mark
    -------------------

  3. #3

    Thread Starter
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604
    now that you mention it, that sounds familiar

    but the question is:

    what does that mean?

    the checkbox in place of the command button?


  4. #4

    Thread Starter
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604
    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
  •  



Click Here to Expand Forum to Full Width