G
Guest
I've written a simple application for a Pocket PC 2003 with the .NET Compact
Framework and Visual Basic .NET. In the main form I've added a label named
"lblTest" and I need to handle the event "click" on this label to write a
simple message on a MsgBox...
I've tried this code:
Private Sub lblTest_Click(...)
MsgBox (...)
End Sub
But when I debug the application nothing happends when I make click on this
label and I don't understand why...can anybody help me?
Framework and Visual Basic .NET. In the main form I've added a label named
"lblTest" and I need to handle the event "click" on this label to write a
simple message on a MsgBox...
I've tried this code:
Private Sub lblTest_Click(...)
MsgBox (...)
End Sub
But when I debug the application nothing happends when I make click on this
label and I don't understand why...can anybody help me?