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
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
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.