CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    Changing text color on a button





    Can anyone tell me how to change the color of the text on a button?

  2. #2
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    Changing text color on a button





    Can anyone tell me how to change the color of the text on a button?

  3. #3
    Join Date
    Mar 1999
    Posts
    2

    Re: Changing text color on a button



    The forecolor cannot be changed in the command button provided by VB 5.0 toolbar, but u can use the button provided by MS Forms 2.0 object library which does provides the property of forecolor.




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

Featured