Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translating WSH sample
Message
 
To
27/07/2001 09:35:22
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00536302
Message ID:
00536357
Views:
9
>Where do I find this?
>
Hilmar,

Take a look at the series that Ed and I wrote for the VFUG newsletter (began last September). The articles are available on-line at www.vfug.org. Here's a snippet dealing with the subject you're interested in from the series.
DECLARE Sleep IN Win32API;
    INTEGER dwMilliseconds
oShell.Run("Notepad")
oShell.AppActivate("Untitled – Notepad")
= Sleep(100) && Pause VFP for a 1/10 of a second 
oShell.SendKeys("This sends a sentence to Notepad from VFP.~")
This appeared in the October installment.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform