K
kjmwashere
I am tyring to make if the form is minimized and a change
occurs in the label(txtDisplay) to have the form alert
the user. This does not seem to work. Any ideas?
Private Sub txtDisplay_TextChanged(ByVal sender As
Object, ByVal e As System.EventArgs) Handles
txtDisplay.TextChanged
If Me.WindowState.Minimized Then
MsgBox("New Event")
Else
End If
End Sub
occurs in the label(txtDisplay) to have the form alert
the user. This does not seem to work. Any ideas?
Private Sub txtDisplay_TextChanged(ByVal sender As
Object, ByVal e As System.EventArgs) Handles
txtDisplay.TextChanged
If Me.WindowState.Minimized Then
MsgBox("New Event")
Else
End If
End Sub