Disable the main form when another was opened without closing it to use the second form that was opened but could not click on the main form
Disable the main form when another was opened without closing it to use the second form that was opened but could not click on the main form
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Openlistaclientes.Click
Form_ShowDialog()
End Sub
Try this out.
NomeDoForm.ShowDialog()