Sytze de Boer <[email protected]> wrote:

>This is what I want to achieve, is it possible
>
>In my application I want to clip 4 address lines to a clipboard
>Then I go to another program altogether, it is a Fox app but I have no
>control over it
>Here I want to Paste the 4 lines from the clipboard into this other app
>
>Whats the best way to do this?
>
>-- 
>Regards
>Sytze de Boer
>Kiss Software


   *-- Open a new notepad then run this code.
   LOCAL oWScriptShell AS WScript.Shell
   oWScriptShell = CREATEOBJECT("WScript.Shell")
   oWScriptShell.AppActivate("Untitled - Notepad")
   oWScriptShell.SendKeys("Hello!{TAB}Goodbye!")

Build the SendKeys string. Change the AppActivate string.
-- 
Tracy Pearson
PowerChurch Software

Sent from my Android phone with K-9 Mail. 

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to