| Author |
Message |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
vashk
Replies: 130
Views: 16633
|
Forum: Scripts & Functions Posted: Tue Feb 12, 2008 5:10 am Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
| I won't be able to test soon, but I will see if I can try it next week. Thanks for investigating this so carefully. Most people don't care to bug-hunt. If you're feeling ambitious you can download ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
vashk
Replies: 130
Views: 16633
|
Forum: Scripts & Functions Posted: Sat Feb 09, 2008 8:53 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
| The test script works fine. I've found the API documentation for this DLL to be wrong in a few places, so I'm not going to tear my hair out looking for the "best usage" award as long as I c ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
vashk
Replies: 130
Views: 16633
|
Forum: Scripts & Functions Posted: Thu Feb 07, 2008 7:54 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
| I found a quick fix using the current code which requires the script to wait at least 1500 ms before calling WS_Uninitialize(). With the usage I have in mind, it's a perfectly acceptable delay. I do ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
vashk
Replies: 130
Views: 16633
|
Forum: Scripts & Functions Posted: Wed Feb 06, 2008 5:26 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
eric,
Thank you for the fast response. You even answered some questions I was thinking about but hadn't asked
I implemented your suggestion to use WS_Exec(Code) setting the value in the VB a ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
vashk
Replies: 130
Views: 16633
|
Forum: Scripts & Functions Posted: Wed Feb 06, 2008 7:21 am Subject: ws_uninitialize |
| I'm using WS library in the following code to work with some class objects. The code is accessing the objects without errors. But, I'm running into a problem when I call WS_Uninitialize() at the en ... |
Topic: Interest in getting text under mouse cursor |
vashk
Replies: 6
Views: 754
|
Forum: Wish List Posted: Fri Jan 18, 2008 3:50 am Subject: Interest in getting text under mouse cursor |
Why not just use language code? ~
Link: http://www.autohotkey.com/docs/misc/Languages.htm
Yes, I am using language code to determine the user's native language, but that's only a small part of t ... |
Topic: COMView [GUI] |
vashk
Replies: 3
Views: 733
|
Forum: Utilities & Resources Posted: Mon Jan 14, 2008 4:35 am Subject: COMView [GUI] |
| This has been really helpful for one of my projects. Excellent, thank you! |
Topic: Interest in getting text under mouse cursor |
vashk
Replies: 6
Views: 754
|
Forum: Wish List Posted: Wed Jan 09, 2008 4:50 pm Subject: Interest in getting text under mouse cursor |
| Thanks for the link. It turns out MSAA does not have the single-word granularity I'm looking for. I was able to write an AHK script using the 3rd party DLL I discussed previously which captures word ... |
Topic: Interest in getting text under mouse cursor |
vashk
Replies: 6
Views: 754
|
Forum: Wish List Posted: Tue Jan 08, 2008 6:18 pm Subject: Interest in getting text under mouse cursor |
Thanks majkinetor...
Do you have a link for this Active Accessibility COM module? I tried searching the forums and AHK script sites but all I could find was this topic:
http://www.autohotkey.co ... |
Topic: translate a bit of C++ COM code into AHK? |
vashk
Replies: 0
Views: 223
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 7:03 am Subject: translate a bit of C++ COM code into AHK? |
I'm trying to use the COM.ahk library to implement the following idea in AHK:
1.1.1. Visual C++:
In order to use the COM object in your C++ application, add the following import statement to y ... |
Topic: Interest in getting text under mouse cursor |
vashk
Replies: 6
Views: 754
|
Forum: Wish List Posted: Tue Jan 08, 2008 6:18 am Subject: Interest in getting text under mouse cursor |
First post so I want to start off by saying AHK is a great tool and I've already written several useful scripts in a short time to help with RSI and other annoyances, so thank you Chris.
I'm trying ... |
| |