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
Titre:
Mouse click or Windows API needed?
Divers
Thread ID:
00593193
Message ID:
00593193
Vues:
63
This should be simple but I've not had any success so far. In VFP 6.0 I have a standard form with two controls on it: a command button and the "Image" ActiveX OLE Control that comes with Windows 2000 (Imaging.EditCtrl.1). I'd like to be able to click on the command button and then programmatically move the mouse pointer somewhere over the imaging control and then programmatically issue a mouse click. My current code in the command button is:

* - Just load an image into the imaging control
ThisForm.Olecontrol1.Display()

MOUSE AT 5,5
MOUSE CLICK

The mouse movement works just fine, however, the MOUSE CLICK code doesn't. I've tried a variety of similar approaches without any success.

Do I need to use a Windows API since I'm trying to programmatically click onto an ActiveX control? If so, I'd apprecate being directed to the appropriate Windows API code I would need to use.

Regards,
Clay Angelly
--------------------------
Clay Angelly
cangelly@ie-inc.com
Never argue with an idiot. They drag you down to their level and beat you with experience.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform