Loading Managed Resources

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have embedded a bitmap into my Managed C++ Application and am wondering how
to load it. I can successfully load it into the ResourceManager but don't
know what to reference it by. Any ideas would be appreciated.
 
Hello Reuben,

Have a look at this method signature, I think this might help :)

public: virtual Stream* GetManifestResourceStream(
String* name
);



Hope this helps,
RBischoff
-----------------------------------------
http://msdn.microsoft.com/visualc/ (VC++ HOME)
http://www.mvps.org/vcfaq/ (C++ FAQ)
http://www.winterdom.com/mcppfaq/ (MC++ FAQ)
http://msdn.microsoft.com/visualc/whidbey/ (CLI)

R> I have embedded a bitmap into my Managed C++ Application and am
R> wondering how to load it. I can successfully load it into the
R> ResourceManager but don't know what to reference it by. Any ideas
R> would be appreciated.
R>
 
Back
Top