Thread: Cool buttons

  1. #1
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542

    Question Cool buttons

    Anybody knows where i can make buttons like these:
    http://msdn.microsoft.com/library/en...cs/buttons.gif

    Thanks
    what does signature stand for?

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    photoshop

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    You don't need to make them, you already have them
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Where do I have them? And how can I use them?
    Thanks
    what does signature stand for?

  5. #5
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >Where do I have them?
    Right here. I was being sarcastic!

    >And how can I use them?
    Dunno, I only do console stuff... <sorry>
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  6. #6
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    just BitBlt() the images to the screen, and process the mouse clicks, like if the mouse click' s x coord is >= to the left side and <= to the right side and the mouse click's y coord is >= to the top side and <= to the bottom side.

    [EDIT] This is if your are using WinAPI [/EDIT]
    Last edited by Okiesmokie; 07-06-2002 at 04:47 PM.
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  7. #7
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Isnt there a simpler way like to use a picture box or an image or something?
    Thanks
    what does signature stand for?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 04-09-2009, 02:31 AM
  2. Ownerdraw buttons (2)
    By maes in forum Windows Programming
    Replies: 7
    Last Post: 09-11-2003, 05:50 AM
  3. (Ken Fitlike) buttons
    By jdinger in forum C++ Programming
    Replies: 4
    Last Post: 03-15-2002, 01:21 PM
  4. Grouping radio buttons
    By Bazz in forum Windows Programming
    Replies: 1
    Last Post: 08-28-2001, 07:15 AM
  5. Trying to be cool
    By Theologian in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 08-19-2001, 06:17 AM