Thread: Getting the correct pixle size of a button on VC++6.0 for icon creation

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    114

    Wink Getting the correct pixle size of a button on VC++6.0 for icon creation

    what i intent to do is to design a picture for my button instead of using text. But i need sizing. On VC++6.0, using the visual editor, when i highlight the button, it gives me the size at the bottom right corner of the screen ( as well as the position)

    It says 100 x 100
    Using this size, i created an image of 100 x 100 pixle but unforturnately it doesnt fit exactly onto the button. it's too small!! So i conclude that 100 x 100 isnt exactly the pixle size of the button but something else. So how do I get a correct pixle sizing of the button so i can create an image??

    Using
    - win98se
    - VC++6.0
    - API style

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with DMA Segmentation Faults
    By firestorm717 in forum C Programming
    Replies: 2
    Last Post: 05-07-2006, 09:20 PM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. Replies: 11
    Last Post: 03-25-2003, 05:13 PM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM