Hello Community,
I was wondering if there is a way to programmatically import a dll containing a form.
Example: When i press a button it will open the form from the dll.
NOTE: I need to programmatically import the dll.

Please help

Recommended Answers

All 3 Replies

You will have to add the dll reference to your project, import it, instantiate a variable of the form's class, and then call the forms Show() sub.

Thanks for trying to help but i said a referencing the dll to my project is NOT an option.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.