It may seem like a simple answer, but how do I pass an image to a bitmaps constructor.
for example:
Bitmap bmp = new Bitmap(########);
what would I put in place of the pound signs If i wanted the default image to be
C://Users/Me/Documents/Visual Studio 2010/Projects/MyProject/Image.jpg
Please help.