Showing cards on buttons

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
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."
 
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.
 
Back
Top