Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I right click in a TextBox, it generates two mousedown events. Is this
normal, or do I have a problem? Code below illustrates the "problem". thanks for any insight!! Private Sub TextBox1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) Static i As Integer i = i + 1 Debug.Print i End Sub Immediate Window: 1 2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click Events on a MultiPage | Excel Programming | |||
Two double click events? | Excel Programming | |||
simulating click events | Excel Programming | |||
Click events on charts | Excel Programming | |||
trapping click events on shapes | Excel Programming |