Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse click or Windows API needed?
Message
From
12/12/2001 09:13:06
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00593193
Message ID:
00593212
Views:
23
>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

Does ThisForm.OleControl1.Click() work? I'm not sure how this works with ActiveX.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform