Thread: How can I make a button not visible but make it so I can still click on it?

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    112

    How can I make a button not visible but make it so I can still click on it?

    Hey, how can I have a button thats not visible but still clickable. Also how can I make it so that if the mouse is over the button you get the hand curser. I want to a button that is over a bitmap but make it so the buttons not vissible. I want it so you can click on the bitmap(actually the button) and it will go to a website. If you know a better way to do this than could you please tell me?

  2. #2
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802

  3. #3
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Interesting..........didn't know that was possible.......

  4. #4
    Registered User
    Join Date
    Mar 2002
    Posts
    112
    Does that work with api programs or just mfc though?

  5. #5
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Probably with the API

  6. #6
    Registered User
    Join Date
    Mar 2002
    Posts
    112
    Well I can never get mfc stuff to work with api programs cause you can't include windows.h. So does anyone know how to make the button invisible with disabling it?

  7. #7
    Registered User
    Join Date
    Mar 2002
    Posts
    112
    hey, i found out you can have normal buttons display bitmaps so I'll just do that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. make variables visible on multiple files
    By jagerhans in forum C++ Programming
    Replies: 4
    Last Post: 08-28-2004, 06:32 PM
  2. "Cannot make pipe"
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 08-16-2004, 12:43 PM
  3. How do I fix this error?
    By BigMac in forum C++ Programming
    Replies: 8
    Last Post: 12-14-2003, 04:32 AM
  4. I Need The Simplest Tutorial Out there.
    By yakabod in forum C++ Programming
    Replies: 8
    Last Post: 08-14-2003, 12:33 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM