michael asked 2016-11-11 04:56:16 UTC
I have this condition in my Load event.. the message show, but when I press OK never happen.
....
If MessageBox.Show("Session without permiss", "MyApp", MessageBoxButtons.OK) = DialogResult.OK Then
closeSession()
End If
Some idea?
michael asked 2016-11-11 04:56:16 UTC
I have this condition in my Load event.. the message show, but when I press OK never happen.
....
If MessageBox.Show("Session without permiss", "MyApp", MessageBoxButtons.OK) = DialogResult.OK Then
closeSession()
End If
Some idea?