I just learned that using a resource file is the way to go if you want to use bmp pictures in your project (among other file types).
I see a ton of info on how to load a file from a resource file, but Nothing about how to add a bmp (for instance) to the resource file.
I have a resource file added called "Resource1". I see it in the project explorer.
What is the procedure to add "C:\Temp\Mypicture.bmp" to my resource file and what would be the code to load it onto a picture box
named "Picture1" on a form named "MyForm" when clicking a command button?
If I can see this procedure, I can figure all the rest out.
Thanks


Reply With Quote
