| Author |
Message |
Topic: AHKOSK Onscreen Keyboard |
hotzenpl0tz
Replies: 86
Views: 10191
|
Forum: Scripts & Functions Posted: Tue Feb 12, 2008 9:49 am Subject: AHKOSK Onscreen Keyboard |
| Hm, I was wondering if an onscreen keyboard would be a way to get around keyloggers installed in alot of dubious internet cafes. I am wandering off to Thailand this summer, and plan to use internet ca ... |
Topic: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
hotzenpl0tz
Replies: 81
Views: 3740
|
Forum: Scripts & Functions Posted: Tue Dec 11, 2007 9:33 am Subject: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
Hm, can somebody post a working example of how this works. I tried the following:
COM_CoInitialize()
#_pweb := COM_Createobject("InternetExplorer.Application")
ez_ ... |
Topic: Javascript on a webpage - possible to evaluate result ? |
hotzenpl0tz
Replies: 24
Views: 1271
|
Forum: Ask for Help Posted: Thu Dec 06, 2007 6:26 pm Subject: Javascript on a webpage - possible to evaluate result ? |
| ahklerner: Yes, thanks alot. With the help of the examples above, I was able to adapt it to my given problem and was able to automate a process that had different routes depending of the state of a se ... |
Topic: Javascript on a webpage - possible to evaluate result ? |
hotzenpl0tz
Replies: 24
Views: 1271
|
Forum: Ask for Help Posted: Wed Nov 28, 2007 12:12 pm Subject: Javascript on a webpage - possible to evaluate result ? |
| Wow, cool stuff. Thanks for the pointers ! |
Topic: Javascript on a webpage - possible to evaluate result ? |
hotzenpl0tz
Replies: 24
Views: 1271
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 6:31 pm Subject: Javascript on a webpage - possible to evaluate result ? |
Hi,
I am working on some automation tasks on webpages. I have gotten very far with Sean's excellent COM.ahk (thanks for that !) and have now gotten to a point, where it would be cool if I could use j ... |
Topic: Motherboard SN |
hotzenpl0tz
Replies: 9
Views: 441
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 2:43 pm Subject: Motherboard SN |
You need COM.ahk.
http://www.autohotkey.com/forum/viewtopic.php?t=22923
You will have to include it in your script with:
#include COM.ahk |
Topic: COM and Word.Application - How do I call "document" |
hotzenpl0tz
Replies: 2
Views: 227
|
Forum: Ask for Help Posted: Tue Nov 13, 2007 4:34 pm Subject: COM and Word.Application - How do I call "document" |
| Thanks alot Sean, helped me out immensely ! |
Topic: COM and Word.Application - How do I call "document" |
hotzenpl0tz
Replies: 2
Views: 227
|
Forum: Ask for Help Posted: Tue Nov 13, 2007 3:29 pm Subject: COM and Word.Application - How do I call "document" |
Hello, I am trying to automate the insertion of several values I parsed from a webpage using COM (probably the most reliable way to get this working on several machines, at least I hope so).
I trie ... |
Topic: Determine if a WebPage is completely loaded in IE |
hotzenpl0tz
Replies: 78
Views: 14505
|
Forum: Scripts & Functions Posted: Tue Oct 23, 2007 5:16 pm Subject: Determine if a WebPage is completely loaded in IE |
| Thanks you two, your comments brought me a few steps forward, although I will need some time to get a hang of the COM stuff. Until now, I tried to automate some tasks I had to do with a webbrowser by ... |
Topic: Determine if a WebPage is completely loaded in IE |
hotzenpl0tz
Replies: 78
Views: 14505
|
Forum: Scripts & Functions Posted: Tue Oct 23, 2007 7:38 am Subject: Determine if a WebPage is completely loaded in IE |
Hm thanks, but I have to admit that I couldn't find the part relevant to my problem. I saw the following code you suggested:
#Include CoHelper.ahk
F12::
CoInitialize()
pie & ... |
Topic: Determine if a WebPage is completely loaded in IE |
hotzenpl0tz
Replies: 78
Views: 14505
|
Forum: Scripts & Functions Posted: Mon Oct 22, 2007 3:50 pm Subject: Determine if a WebPage is completely loaded in IE |
Could someone give me a pointer, what I would have to look at, to make this work for the active internet explorer window ?
I have the following problem, that I have to deal with pretty often:
a) ... |
| |