M
Mike
Hi!
I've have a app for Pocket PC done in Microsoft Visual
Basic .NET 2003.
I want to use the MouseUp event but it seems not to work.
For an example, I cant do this:
Private Sub btnTest_MouseUp(ByVal sender As Object, ByVal
e As System.Windows.Forms.MouseEventArgs) Handles
btnTest.MouseUp
MsgBox("Test")
End Sub
I've tried KeyUp as well, but it fails to...
What can be wrong?
Thanks, Mike
I've have a app for Pocket PC done in Microsoft Visual
Basic .NET 2003.
I want to use the MouseUp event but it seems not to work.
For an example, I cant do this:
Private Sub btnTest_MouseUp(ByVal sender As Object, ByVal
e As System.Windows.Forms.MouseEventArgs) Handles
btnTest.MouseUp
MsgBox("Test")
End Sub
I've tried KeyUp as well, but it fails to...
What can be wrong?
Thanks, Mike