Results 1 to 2 of 2

Thread: Text on command button can't be change

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    Post

    Thanks karun for your information.

    The color of the button can be changed by:

    Command1.BackColor = &H000000FF&

    The text color of the button is still black and VB5 is still not happy with:

    Command1.BackColor = &H00FFFFFF&

    Please can you give a solution?

    Michelle.

  2. #2
    Guest

    Post

    If you want to change the text colore ojn the command button use this.

    command1.forecolor = vbred

    -Kayoca Mortation

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