How to show a form in another project?

  • Thread starter Thread starter Smile
  • Start date Start date
S

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top