Home All Groups Group Topic Archive Search About

How to show a form in another project?

Author
29 Mar 2006 5:38 PM
Smile
Hi Friends,

I have just started to write an application using VB 2003.  The application
has 5 modules and I created 5 projects for them.

I created a frmLogin in Project A, after the user logined, how can I
display another form in Project B?

Thanks,
Smile

Author
29 Mar 2006 8:56 PM
jvb
Why did you create them as separate projects as opposed to in the same
project? If you need to start an outside process, use the
System.Diagnostics.Process.Start method.
Author
30 Mar 2006 2:46 AM
Smile
Thanks jvb.
Smile

jvb ¼¶¼g©ó¤å³¹ <1143665766.560350.6***@e56g2000cwe.googlegroups.com>...
Show quoteHide quote
>Why did you create them as separate projects as opposed to in the same
>project? If you need to start an outside process, use the
>System.Diagnostics.Process.Start method.
>