-----------------------------------------------------------
New Message on cochindotnet
-----------------------------------------------------------
From: Z?�n
Message 1 in Discussion
How to access a sample bitmap thats encoded in the resx file with base64
To access Resources from your code, you'll need to create an instance of
ResourceManager:ResourceManager resourceManager = new ResourceManager
("MyCompany.MyProject.SomeResources", GetType ().Assembly);
Then, to obtain bitmap, you will use the symbolic name that you have specified when
you have added the bitmap to the RESX file using Resourcer:Bitmap image =
(Bitmap)resourceManager.GetObject ("MyBitmapName");
If you attempt to create a resource manager using a wrong name, or you specify a wrong
name when calling ResourceManager.GetObject, the framework will throw the
MissingManifestResourceException.
http://www.jelovic.com/articles/resources_in_visual_studio.htm
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/cochindotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]