I have a project that contains all user controls and images; we will call it projectBase. Now I created a windows forms project (project1) that references projectBase. I need to access the projectBase embedded resource (images) in project1. Any idea how I can do this?
source
share