Jump to content
Xtreme .Net Talk

JospehW

Members
  • Posts

    1
  • Joined

  • Last visited

About JospehW

  • Birthday 05/23/1982

Personal Information

  • Occupation
    Student in CS
  • Visual Studio .NET Version
    VB.NET 2003
  • .NET Preferred Language
    VB.NET, C++

JospehW's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim SecondForm As New Form2 'new instance of second form Me.Hide() 'hides first form SecondForm.Show() End Sub Not sure why your trying to call your exit routine, but this is how you should use Me.Hide.
×
×
  • Create New...