Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse click or Windows API needed?
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00593193
Message ID:
00593293
Views:
21
>The problem is that the MOUSE CLICK is sent to the hWnd of the form, not the control it's positioned over; you should either get the hWnd of the ActiveX control and use PostMesage() to pass a WM_MOUSEDOWN and WM_MOUSEUP to the hWnd of the ActiveX control, or simply invoke the Click() method of the control on the form.

I see...makes sense. Could you elaborate on how to implement PostMessage() WM_MOUSEDOWN and WM_MOUSEUP and how to access the "hWnd" of the ActiveX control?

Thanks,
Clay
--------------------------
Clay Angelly
cangelly@ie-inc.com
Never argue with an idiot. They drag you down to their level and beat you with experience.
Previous
Reply
Map
View

Click here to load this message in the networking platform