CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    caption's color on a button

    How can I change the color of the caption on a command button ?




  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: caption's color on a button

    You just can't change color of button or it's caption - if you really need it done - you may use PictureBox or some other control to emulate button.

    Jean Spector
    Tech Support Team Leader, CET
    [email protected]
    (in VB from 11/1999)

  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: caption's color on a button

    <duplicate>
    Take a look at :

    http://codeguru.developer.com/bbs/wt...age=0&Limit=25

    - for two possible ways of doing this
    </duplicate>


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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