VB.NET Dlls - Passing a form as an argument [Resolved]
Hello,
I've finally decided to begin exploring .NET and have begun
experimenting with a little program with a plug-in style architecture.
I have a plug-in dll which uses an interface dll to pass arguments to
a host exe.
I can pass strings and simple types like that, but say for example I
would like to pass a form (from the plug-in dll) as an argument to the
host exe (which isn't aware of the form class type in the plug-in),
and then manipulate the form from within the host exe?
If anyone has any insight, or links to articles or tutorials, that
would be a great help.
Thanks!
Justin.