On Jul 30, 1:39*pm, raylopez99 <raylope...@yahoo.com> wrote:
> I have a minor problem locating an image file to load as a Bitmap.
>
I found the problem. The Visual Studio Express does not have a
resource editor. I had built "Nude Susan" using the Visual Studio
2005 Professional edition, then, half way through the project,
'upgraded' (or downgraded) to the Free Visual Studio 2008 version,
hence the problem.
See here:
http://www.hotsolder.com/2007/12/res...-express..html
Which also recommends some freeware solutions. For this particular
project of mine, I might resort to simply storing the graphics in a
temporary directory rather than a resource file--inelegant but works.
RL