Bitmaps on a button

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
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
 
Back
Top