Showing cards on buttons

J

Jonathan Blitz

I have a form which has buttons representing paying cards.
I want to use the images from cards.dll. How do I do this?

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
M

Marshall Barton

I have a form which has buttons representing paying cards.
I want to use the images from cards.dll. How do I do this?


If the images are of the appropriate(?) type, then just use
the button's Picture property to browse to the DLL and
select the image you want.

If the images are something else then you may need to use an
graphic control to display them. You may or may not want to
place a transparent button on top of the graphic control.
 

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