Hi.
ResxResourceWriter/Reader as well as ResourceManager classes.
There does not appear to be a way to remove a Resource from a .resx or .resource file?
They only have methods such as "AddResource"?
If there is a way to programatically remove a resource it would be appreciated.
Or is the only way to do this is to go into these files via some editor and remove them yourself?
Thanks.
Al
Resources
Started by
Guest_allen331_*
, Jul 18 2006 10:02 PM
3 replies to this topic
#1
Guest_allen331_*
Posted 18 July 2006 - 10:02 PM
Guest_allen331_*
|
|
|
#2
Posted 19 July 2006 - 06:51 AM
I am a little confused by the question. Do you want to remove a resource such as a combobox?
#3
Posted 19 July 2006 - 11:09 AM
http://msdn2.microso...rcemanager.aspx is all I could find. Are you adding images? Can you post your code?
Void
#4
Guest_allen331_*
Posted 19 July 2006 - 02:58 PM
Guest_allen331_*
Hi.
I have not written code, yet.
I was simply planning to create a .resx file or .resource file to give users the options of adding/removing images from an application.
The application would then load these same images the next time it ran.
I was planning to store these images in an resx file, but seeing there are only "addReource" methods, the resx file will only inappropriately get larger, hence there needed to be a way to remove files as well.
Seeing this may not possible I will think of another way.
Al
I have not written code, yet.
I was simply planning to create a .resx file or .resource file to give users the options of adding/removing images from an application.
The application would then load these same images the next time it ran.
I was planning to store these images in an resx file, but seeing there are only "addReource" methods, the resx file will only inappropriately get larger, hence there needed to be a way to remove files as well.
Seeing this may not possible I will think of another way.
Al


Sign In
Create Account

Back to top










