News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Button with image and text?

Started by RHL, March 31, 2012, 03:45:32 AM

Previous topic - Next topic

RHL

Hello, me again ^^
do not know how to create a button with image and text as well.
I was able to load the bitmap on the button but the text does not appear you can not do with both? ( the image on the top and the text on the lower) thanksĀ  :green


P1

Quote from: RHL on March 31, 2012, 03:45:32 AM
Hello, me again ^^
do not know how to create a button with image and text as well.
I was able to load the bitmap on the button but the text does not appear you can not do with both? ( the image on the top and the text on the lower) thanksĀ  :green
Embed the text into the image is a quick solution.

Regards,  P1  :8)

dedndave

you can create your own button and use a static for the button face
then, on the static, place the image and the text

RHL