Multiple forms question

  • Thread starter Thread starter Amjad
  • Start date Start date
A

Amjad

I'm trying to build an application with two Forms and to
use functions created inside the class of Form1 with
controls of Form2. Everytime I create a Form the .NET
creates a new class of that Form, which makes it
independent from other Forms.

How do I call and use functions created in Form1's class
in Form2?

PS. I do not want to have MDI. I want to have one active
Form at a time.

Thanks
Amjad
 

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