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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Bitmap on toolbar button

Bitmap on toolbar button

Scheduled Pinned Locked Moved C / C++ / MFC
graphics
3 Posts 3 Posters 0 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.
  • A Offline
    A Offline
    anjita
    wrote on last edited by
    #1

    I want to change the bitmap on my toolbar button when user presses the button i.e. if initially its showing x bitmap then when user presses it it should show y bitmap on that coreesponding button Thanx in advance

    _ C 2 Replies Last reply
    0
    • A anjita

      I want to change the bitmap on my toolbar button when user presses the button i.e. if initially its showing x bitmap then when user presses it it should show y bitmap on that coreesponding button Thanx in advance

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      One way is to Set the owner draw property of the button to TRUE. Derive a class from CBitmapButton and override the DrawItem function in that derived class. Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

      1 Reply Last reply
      0
      • A anjita

        I want to change the bitmap on my toolbar button when user presses the button i.e. if initially its showing x bitmap then when user presses it it should show y bitmap on that coreesponding button Thanx in advance

        C Offline
        C Offline
        cje
        wrote on last edited by
        #3

        another way to do this is to have 2 toolbar buttons and show/hide them appropriately cje

        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