Results 1 to 7 of 7

Thread: VB.NET Dlls - Passing a form as an argument [Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    Belfast, N. Ireland
    Posts
    167

    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.
    Last edited by Justy; Jul 25th, 2003 at 09:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width