Use the basic MFC control to implement true-color buttons

Source: Internet
Author: User

1. Insert an image to a resource. For example, if the ID is (idb_bmp), a 256, 16, or higher color image can be inserted here.
2. Add a variable for the button, type: cbitmapbutton (manual modification required)
3. During InitializationProgramAdd the followingCode:
(Cbitmapbutton *) getdlgitem (Button ID)-> loadbitmaps (the ID of the image displayed when the button is available,
The ID of the button that is pressed when the button is available,
The ID of the image displayed when the button is unavailable,
When the button is unavailable, press the button ID );
(Cbitmapbutton *) getdlgitem (Button ID)-> invalidate (true );
(Cbitmapbutton *) getdlgitem (Button ID)-> sizetocontent ();
4. Set the properties of the button-> styles-> owner draw.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.