B
_BBB
I'm coming over from a background in VC++, and in general I've been
pleased with the simplicity of the .NET environment. Not here.
I've done google searches on this subject (loading bitmaps from a local
resource) and always come up with complex solutions. This can't be right.
Everyone packs bitmaps and other graphics and resources, integral to small
executables, right?
Setting up a local resource folder, loading in graphics, and setting their
properties to 'Embedded Resource' would seem to incorporate them, as
expected.
Then what? It's tough to make 'FromResource' happy. There's got to be
some simple solution to this.
pleased with the simplicity of the .NET environment. Not here.
I've done google searches on this subject (loading bitmaps from a local
resource) and always come up with complex solutions. This can't be right.
Everyone packs bitmaps and other graphics and resources, integral to small
executables, right?
Setting up a local resource folder, loading in graphics, and setting their
properties to 'Embedded Resource' would seem to incorporate them, as
expected.
Then what? It's tough to make 'FromResource' happy. There's got to be
some simple solution to this.