Add a graphic to a button?

RBCC

2010-01-04 02:38:20

How do I add a garphic to this button?
CONTROL "", 1004, BUTTON, BS_OWNERDRAW | BS_BITMAP | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 20, 35, 168, 26
My graphic is number 103. Thank you,
John :D : :shock::)

florian

2010-05-19 16:33:40

If I'm not mistaken, you cannot add an image to a button using the standard dialog statements.
You can only add static images.

Regards,
Florian