Is there some built in Card graphics library built into .Net/Windows?
Is there any way to utilize the card graphics used by the various card games that come with Windows? They look really nice and it would be cool if there was some built in functionality for this.
Is there some built in Card graphics library built into .Net/Windows? Is there any
Share
Actually there is, sort of. It’s not builtin, but it is a free download from Microsoft.
There are a pair of .Net project templates, one for C# and one for VB. Both include a set of card face and card back images. The C# one is here:
http://msdn.microsoft.com/en-us/vcsharp/aa336742.aspx
And the VB one is here:
http://visualstudiogallery.msdn.microsoft.com/en-us/a4747c87-2ad2-4004-99bb-2a2f5f043edd
(note: editied to fix C# link –RBarryYoung, May 31, 2009 3pm)