I'm using VS2005 ... when you set a button image, is that image stored in the app's resources like the icon is, or do I have to do that manually.
Now, don't think I'm crazy for asking this... :P
I was a long time Delphi user, and in Delphi when you set a button's image at design-time, it auto-magically loaded that image into the app's resources for you so the image didn't have to follow the app around. Of course, you always had the option to load it dynamically at run-time and just distribute the image with your app.
And yes, I know I could test this myself ... but that is "conditional behavior" information by a noob [me].
I would like to know for sure.