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
 
Back
Top