Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse click or Windows API needed?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00593193
Message ID:
00593293
Vues:
22
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform