-
I have 2 listboxes on my form. For the first listbox, the MouseMove event works OK, but on the second one, nothing happens when the cursor is placed over the control. Does anyone know what would prevent the MouseMove event from firing ? All the properties seem to be the same for both listboxes.
Thanks for any help !
-
is the second one enabled?
-
-
Is the code the same in both of them? If it isn't you can comment out your code for the not working listbox and replace it with a simple "Form1.Print "Testing". If this shows up, then you know that the event is working. If not, then try creating a duplicate Listbox and see what happens.
-
Post your form, open it in notepad and copy and paste it here