|
-
Jun 5th, 2000, 11:32 PM
#1
Thread Starter
Addicted Member
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 !
-
Jun 6th, 2000, 12:16 AM
#2
is the second one enabled?
-
Jun 6th, 2000, 12:25 AM
#3
Thread Starter
Addicted Member
-
Jun 6th, 2000, 03:23 AM
#4
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.
-
Jun 6th, 2000, 04:00 AM
#5
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|