Custom Search

Saturday, December 24, 2005

Embedded Resource in C#, Bitmap sample

To Embedded a Bitmap as Resource in C# project:

1) Add existing file in your project (ex: bitmap file);
2) Select the new added file;
3) Set the Build Action to "Embedded Resource" in the properties Panel.

No comments: