Announcement

Collapse
No announcement yet.

Bitmap buttons with dialog editor

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bitmap buttons with dialog editor

    Hello everybody, I know this is a bad thing to ask but how on earth do you make bitmap push buttons in Visual Studio. I have gone as far as checking off the BS_BITMAP style but what do I need to put in the caption in order for the bitmap to show up?

    ------------------
    Cheers!

  • #2
    Perhaps you have to do that the hard way, i.e. load the bitmap resource and tell the button to use it by sending it a BM_SETIMAGE message.
    If you try to make something idiot-proof, someone will invent a better idiot.

    Comment

    Working...
    X