> Thanks for responding, but I need to soft code the form names because I do
> not know what are called at design time.
>

When I read your question, AppDomain.CreateInstanceAndUnwrap did cross
my mind, but I skipped it as soon as I read you had done similar stuff
in VB6 several years ago... ;)

Calling Dim frm as new form("form1") in VB6, requires VB6 to have a
(hard) reference to Form1 wouldnt it?

Doing a soft reference (or should I say *late bound*) to Form1 would
require a COM registration of Form1.

// Ryan

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to