I have several folders with files in them in my project. I marked all of the files as "Embedded Resource". How can I access them in my project (I need to copy them)?
Thanks!
Printable View
I have several folders with files in them in my project. I marked all of the files as "Embedded Resource". How can I access them in my project (I need to copy them)?
Thanks!
What I keep finding is people putting a bitmap as an embedded resource and then creating a bitmap object from it with a built in method to do all the work! - That doesn't help me.
I have also read a bit on Resource Manager but still don't have a good grasp of how to accomplish (if it can be done) what I am trying to do.
Any help would be appreciated greatly.