me.close

hi there,

i have a device application, why whenever i perform me.close for any form, i can never show it back from others form

for example:

Private Sub btnClose_Clicl(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnClose.Click
me.close
End Sub

Private Sub btnShow_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnShow.Click
Form2.show()
End Sub

note that, btnClose is located at Form2, whereby btnShow is in Form1, after click close in Form2, i can never call back Form2 with btnShow in Form1

got any solution


Answer this question

me.close