Hello,
i got a little problem with my vb program 
This is the code:
Code:
If My.Computer.FileSystem.DirectoryExists("C:\Fast Emailz\") = False Then
Else
Dim cdacc As New System.IO.StreamReader("C:\Fast Emailz\" + "cd-key.txt")
Dim cda As String
cda = cdacc.ReadLine
If cda = "*cdkey*" Then
cdkay.Text = cda
cdacc.Close()
Me.Hide()
Form1.Show()
ElseIf cda = "*cdkey*" Then
cdkay.Text = cda
cdacc.Close()
Me.Hide()
Form1.Show()
ElseIf cda = "*cdkey*" Then
cdkay.Text = cda
cdacc.Close()
Me.Hide()
Form1.Show()
Else
End If
End If
the problem is that it it won't hide itself , it show form 1 but don't hide itself. Probably some noob mistake but i can't see what's wrong 
+Rep if you can help me :wave: