| Author |
Message |
Topic: COM Object Reference [AutoHotkey_L] |
Tyrsius
Replies: 190
Views: 53638
|
Forum: Scripts & Functions Posted: Mon Jun 20, 2011 10:26 pm Subject: COM Object Reference [AutoHotkey_L] |
| Nvm, turned out to be a larger issue with windows 7 and sql access. Disable multicast fixed it. |
Topic: COM Object Reference [AutoHotkey_L] |
Tyrsius
Replies: 190
Views: 53638
|
Forum: Scripts & Functions Posted: Mon Jun 20, 2011 9:27 pm Subject: COM Object Reference [AutoHotkey_L] |
having some issues with the ScriptControl and windows 7. This script works fine in XP.
I have a ScriptControl created as VBScript to connect to a sql server. In windows 7, it hangs for quite some t ... |
Topic: MySQL database code conversion for unicode autohotkey_L |
Tyrsius
Replies: 8
Views: 912
|
Forum: Ask for Help Posted: Tue Feb 22, 2011 9:57 pm Subject: MySQL database code conversion for unicode autohotkey_L |
| Nvm, I got a working sql connection with AHK_L's Com scriptControl |
Topic: MySQL database code conversion for unicode autohotkey_L |
Tyrsius
Replies: 8
Views: 912
|
Forum: Ask for Help Posted: Tue Feb 22, 2011 7:27 pm Subject: MySQL database code conversion for unicode autohotkey_L |
Replacing "Str" with "AStr" in your DllCalls will get you running with autohotkey_L (unicode).
Nice script btw.
I tried this, and it causes the libary to fail to load ... |
Topic: AHK_L Equivalent of VT_BSTR := 8 |
Tyrsius
Replies: 7
Views: 160
|
Forum: Ask for Help Posted: Fri Jan 28, 2011 7:41 pm Subject: AHK_L Equivalent of VT_BSTR := 8 |
You shouldn't have to do anything different when using a variable as far as I can tell, these should produce the same result:
num=000122345
pwb.document.all["search_keywords"].va ... |
Topic: AHK_L Equivalent of VT_BSTR := 8 |
Tyrsius
Replies: 7
Views: 160
|
Forum: Ask for Help Posted: Fri Jan 28, 2011 6:02 pm Subject: AHK_L Equivalent of VT_BSTR := 8 |
IIRC, specifying the parameter is no longer necessary, if you specify a literal string it will be sent as a literal string:
pwb.document.all["search_keywords"].value := 000122 ... |
Topic: AHK_L Equivalent of VT_BSTR := 8 |
Tyrsius
Replies: 7
Views: 160
|
Forum: Ask for Help Posted: Fri Jan 28, 2011 5:00 pm Subject: AHK_L Equivalent of VT_BSTR := 8 |
| I am in the final stages of converting a large number of scripts over to AHK_L (I know, I am way behind), and this command is tripping me up. It was given to me by someone in the forums and I never un ... |
Topic: Switching to AHK_L |
Tyrsius
Replies: 6
Views: 283
|
Forum: Ask for Help Posted: Mon Dec 13, 2010 6:12 pm Subject: Switching to AHK_L |
| That did it, thank you! |
Topic: Switching to AHK_L |
Tyrsius
Replies: 6
Views: 283
|
Forum: Ask for Help Posted: Mon Dec 13, 2010 3:47 pm Subject: Switching to AHK_L |
| I don't think so, but I have not looked into unicode use in AHK. I have the file saved as a .ahk. |
Topic: Switching to AHK_L |
Tyrsius
Replies: 6
Views: 283
|
Forum: Ask for Help Posted: Sat Dec 11, 2010 12:08 am Subject: Switching to AHK_L |
If (RegExMatch(OrderToParse, "\[.+?[AP]M\][^æ]+?(?=(\[.+?[AP]M\]))", RegOut))
{
msgbox, success
}
... |
Topic: Switching to AHK_L |
Tyrsius
Replies: 6
Views: 283
|
Forum: Ask for Help Posted: Fri Dec 10, 2010 11:37 pm Subject: Switching to AHK_L |
| I want to make the switch to AHK_L but I have not been able to find the documentation I need to learn the differences between AHK and AHK_L. I am sure I will be insulted for not finding it, but I did ... |
Topic: Position GUI at Bottom Left Corner of screen. |
Tyrsius
Replies: 6
Views: 464
|
Forum: Ask for Help Posted: Fri Dec 03, 2010 11:33 pm Subject: Position GUI at Bottom Left Corner of screen. |
You got close to what you are looking for. The x and y options actually use numbers to specify a screen position. It assumes 0, which is why your xm code put it on the left.
Gui, Show, x0 y%SomeVal ... |
Topic: My application doesn't respond to autohotkey |
Tyrsius
Replies: 20
Views: 658
|
Forum: Ask for Help Posted: Wed Jul 14, 2010 9:22 pm Subject: My application doesn't respond to autohotkey |
| I maintain a Distributed Script for a number of people at my company for controlling an application we also develop in house. I have been successfully gathering controls via x-y coordinates (since the ... |
Topic: Paste formatting help |
Tyrsius
Replies: 4
Views: 2077
|
Forum: Ask for Help Posted: Wed Jun 23, 2010 7:22 pm Subject: Paste formatting help |
| Was that not the goal? |
Topic: Salvation[SOLVED] |
Tyrsius
Replies: 8
Views: 966
|
Forum: General Chat Posted: Mon Jun 07, 2010 3:08 pm Subject: Salvation[SOLVED] |
finally he ordered some I will post once he reviews
Any word? |
| |