I have an application that deploys smaller applications. Those smaller ones basically consist of an icon (not a form icon) and a notifyicon control that needs an icon as well.
My question is: How to embed resources in the small application and compile it using CodeDOM? I need the icon from the "bigger" application (the one that compiles) as they would have the same icons.
Thank you in advance!