Click event not firing
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have avb6 project with one form. It has a monthview control and button. In form activate, I setfocus to the monthview control. In the code for the button all i have is 'end'. If you click on the button when the monthview control has focus, the click event does not fire until you click a second time (not double click). If i dont set focus to the monthview, the click event fires as it should (but offcouse my user hasnt selected a date!). Anyone know whats happening. Ive moved to the monthview control from an older calendar control because in xp, visual studio 6 crashes when accessing the old control (only in xp, ok in nt4) Im new today to this site, many thanks in advance. Chris Anderson