Hi,
I am to show the form that is from one other compiled .dll file. Is there one example to do this, within one VS project?
For example, MyForm is the .dll file, inside which I have the form called Form1.
I've already added the reference to it inside the current project. I refer to it, within the current project like
using MyForm;
...
Open in new window
How to raise Form1, inside the current one?
No more need this