Diesel Posted November 4, 2004 Posted November 4, 2004 I stored some pictures as embedded resources and compiled it as a class library. How do I access those pictures from another assembly? Quote
techmanbd Posted November 4, 2004 Posted November 4, 2004 Goto references and ad it to your references then where you do imports you import that class library. Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Diesel Posted November 4, 2004 Author Posted November 4, 2004 Really? You try that and tell me if it works. Quote
Administrators PlausiblyDamp Posted November 5, 2004 Administrators Posted November 5, 2004 See the attached sample as one possible method, note you do not need to set a reference to the classlibrary - just make sure the DLL is in the same folder as the .exeResourceSample.zip Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.