Bitmaps on a button

C

Chris

Hey there

I need to know how i place a bitmap on a button. I dont
see a image in the properties. Can it be done, and if so
do i then need to include these files when i implement my
application

CJ
 
A

Asheesh

Hi Chris,

As an alternative to creating a button with the bitmap, you can use a
picturebox control in your application. Just load the picturebox control
with your desired bitmap, and use its click event to get rolling. This
provides similar function as that of the button's click event, unless of
course you are trying to do something else.

Hope this helps.
Asheesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top