A
A
Alexander Kovalevich2017-01-10 07:11:14
.NET
Alexander Kovalevich, 2017-01-10 07:11:14

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

1 answer(s)
A
Alexander Kuznetsov, 2017-01-10
@DeusEx_Machine

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 question

Ask a Question

731 491 924 answers to any question