Search found 6 matches
- Mon Sep 14, 2009 2:00 am
- Forum: General Discussion
- Topic: Web Recorder New Window
- Replies: 0
- Views: 3477
Web Recorder New Window
Is there any way or function to prevent a new window from occurring and have it use the existing ie window?
- Sun Sep 13, 2009 11:54 pm
- Forum: General Discussion
- Topic: IEAuto.DLL Functions
- Replies: 1
- Views: 3575
IEAuto.DLL Functions
Can these functions be called from other software?
- Sun Aug 09, 2009 4:46 am
- Forum: General Discussion
- Topic: Web Recorder
- Replies: 1
- Views: 3875
Web Recorder
I notice in your help for the web recorder that there is documentation for IEauto.dll functions. Are these useable outside web recorder or outside macro scheduler? I would like to call these from a web browser instance that I create in another development enviornment
Export
I seeyoucan import a macro, how do you export a macro?
- Tue Nov 25, 2008 2:15 am
- Forum: Beginners
- Topic: Internet URL
- Replies: 4
- Views: 6227
Internet URL
The following script works when run from the macro scheduler. However when compiled the CNTRL g does not get executed. //Focus IE SetFocus>HCSO Arrests - Windows Internet Explorer //Press ALT-D to get to address bar and select URL Press ALT Send>d Release ALT Wait>0.2 //Copy URL to clipboard Press C...
- Mon Nov 24, 2008 2:51 am
- Forum: Beginners
- Topic: Internet URL
- Replies: 4
- Views: 6227
Internet URL
I am trying to copy the url from one Explorer window to a URL box in another program. SetFocus>HCSO Arrests - Windows Internet Explorer Wait>0.68 GetTextAtPoint>423,232,strText,nCharPos SetFocus>Alpha Five - [SearchEngine] GetCaretPos>X,Y,0 MouseMove>x,y Wait>1.86 strTextSend Character/Text>strText ...