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

Thread: Urgent: color

  1. #1
    Join Date
    Aug 1999
    Location
    Salt Lake City, Utah
    Posts
    217

    Urgent: color

    There is a dialog window which includes a button and three edit boxes. Three edit boxes are for RGB input. I want to change the button background color when I change RGB values in three edit boxes. But I don't know what functions will change the background color of buttons. By the way I am using VC6 and created this project by appwizard.


  2. #2
    Join Date
    Jun 1999
    Location
    Rimouski,Quebec,Canada
    Posts
    99

    Re: Urgent: color

    Hi!

    Look the article at this location...

    http://codeguru.developer.com/button...r_button.shtml

    Hope this helps,

    JedyMaster
    [email protected]

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