Search code examples
c#blackjackplaying-cards

Is there an easy way to display playing cards in a WinForms app?


I am writing a quickie BlackJack Winforms app to demonstrate a couple of concepts. The engine itself is fairly simple, however, I'd like to display actual playing cards on the WinForm.

Is there a library out there that I can use (preferably free) that allows the display the cards.

There is, of course, the cards.dll from way back in the day, but it's unmanaged. Looking for something managed (or at least a managed wrapper around cards.dll).


Solution

  • There is also this lib which I have actually tested and seems to work great and has a great and easy to understand API.

    http://www.c-sharpcorner.com/UploadFile/samersarhan/Cards.dllinWindowsControlLibray11232005050452AM/Cards.dllinWindowsControlLibray.aspx