|
-
Apr 15th, 2003, 08:43 AM
#1
The problem occurs because the mci command creates a new window, with windowclass AVIWnd32, and sets it's parent to your form. The mousemove windowmessages go to this AVIWnd32 window, and not to your form.
If you really want to load a form when the user moves the mouse over the window, you can either use Joacim Andersson's approach, or you can subclass the AVIWnd32 window, and look for WM_MOUSEMOVE messages.
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
|