Results 1 to 5 of 5

Thread: MouseMove event not Firing

  1. #1

    Thread Starter
    Addicted Member tcurrier's Avatar
    Join Date
    May 1999
    Location
    Northeastern Pa./USA
    Posts
    255
    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 !

  2. #2
    Guest
    is the second one enabled?

  3. #3

    Thread Starter
    Addicted Member tcurrier's Avatar
    Join Date
    May 1999
    Location
    Northeastern Pa./USA
    Posts
    255
    Yes, it IS enabled ....

  4. #4
    Guest
    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.

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Post your form, open it in notepad and copy and paste it here
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width