Thread: checking bitmap on button

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    2

    checking bitmap on button

    I am working with visual c++,i am using three buttons and i have inserted bitmap on one button.When i click only one button the bitmaps get hide and buttons chage their postion.Now when user clicks on any button it should tell that whether bitmap is present on that button or not??Which condition should i use or which function to use???Any kind of help will be appreciated

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    214
    Why not just move the bitmap instead? Have a variable to hold the current position of the bitmap (1,2,or 3).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Buidl Library with ./configure script
    By Jardon in forum C Programming
    Replies: 6
    Last Post: 07-24-2009, 09:36 AM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 2
    Last Post: 06-28-2008, 08:30 PM
  4. Problems about gcc installation
    By kevin_cat in forum Linux Programming
    Replies: 4
    Last Post: 08-09-2005, 09:05 AM
  5. OpenGL -- Bitmaps
    By HQSneaker in forum Game Programming
    Replies: 14
    Last Post: 09-06-2004, 04:04 PM