Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. BitMapButton using VC++ -MFC

BitMapButton using VC++ -MFC

Scheduled Pinned Locked Moved C / C++ / MFC
c++graphicshelptutorial
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Selvan S
    wrote on last edited by
    #1

    Hai, I am new to vc++ - MFC. How to create a bitmap button on a dialog based window. Help me. Thanks to all supports. Regards, Selvan

    J M 2 Replies Last reply
    0
    • S Selvan S

      Hai, I am new to vc++ - MFC. How to create a bitmap button on a dialog based window. Help me. Thanks to all supports. Regards, Selvan

      J Offline
      J Offline
      Jijo Raj
      wrote on last edited by
      #2

      Check this links - 1. http://www.codersource.net/mfc_bitmap_button.html[^] 2. http://www.functionx.com/visualc/controls/bmpbtn.htm[^]. Regards, Jijo.

      _____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

      1 Reply Last reply
      0
      • S Selvan S

        Hai, I am new to vc++ - MFC. How to create a bitmap button on a dialog based window. Help me. Thanks to all supports. Regards, Selvan

        M Offline
        M Offline
        madyastha
        wrote on last edited by
        #3

        Hi, 1) You can use CBitmapButton to create a Button. For this you have to set OwnerDraw property of the button to TRUE. (According to my experience you can Load only BMP images on this Button.) 2) You can create Button using CButton class. For this kind of button you can load any image using SetBitmap() method. Regards, Madyastha

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups