How do I Unenable an active form?, I mean, theres a Form (Form1) active and when I open another Form(Form2) by an event I want to keep Form1 showed but unclickeable until Form2 has dissapeared.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim frm As New Form2()
frm.ShowDialog(Me)
End Sub
Ive got the same problem, but I work with a parent form and then will the given solution not the right one for my application. Can someone give me a solution for this problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.