Answer the question
In order to leave comments, you need to log in
How to call a form from a DLL?
FrmPass Pass = new FrmPass()
{StartPosition = FormStartPosition.CenterParent};
Pass.Owner = this;
Pass.ShowDialog();
How to call a form from a DLL in a similar way?
Answer the question
In order to leave comments, you need to log in
Well, actually exactly the same.
The form will simply be in the library. Add it to the project links and that's it. The class must be public.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question