Possible Duplicate:
How to create and use resources in .NET
I use this code but if I run it from another place it obviously will be a wrong path.
string strPath = @"C:\Users\perdanny\Documents\Visual Studio 2010\Projects\PokerBlitz\PokerBlitz\Resources\Cards\"
+ (suit * 13 + rank).ToString() + ".png";