PRB: Top Level Menu Items Do Not Generate Click EventsID: Q180436
|
The Click event is not fired when a top-level menu item is clicked. Note that this is only true for the top-level menu items. Any code that is placed in this event will not be executed and will need to be placed in another event.
This behavior is by design.
Windows CE version 2.0 does not support top-level menu items without sub-items.
Private Sub mnuTest_Click()
MsgBox "Test"
End Sub
Additional query words: wince vbce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 3, 1999