Visual C# Developer Center > Visual C# Forums > Visual C# General > Referencing Other Forms in C#
Ask a questionAsk a question
 

AnswerReferencing Other Forms in C#

  • Thursday, November 05, 2009 12:03 AMDr. C. Nile Dementia Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    This is what I have, what do I do to make it open Form 2?



    private
    void button1_Click(object sender, EventArgs e)
    {

     goto;//I want this to open "Form 2"

    }

Answers

All Replies