AutoHotkey Community

It is currently May 22nd, 2012, 12:28 pm

All times are UTC [ DST ]


Search found 296 matches
Search these results:

Author Message

 Forum: Support   Topic: Quick COM help

Posted: November 17th, 2011, 9:26 pm 

Replies: 6
Views: 181


Hmm, alright. I changed to the COM_L and then I get new errors. Guess I'll have to re-learn this COM :/ OR if anyone is willing to help, I am using the SAPI script posted here and wish to control iTunes with it. Here's the code #Persistent #include COM.ahk ;We don't have any hotkeys or GUI's, but we...

 Forum: Support   Topic: Quick COM help

Posted: November 17th, 2011, 9:19 pm 

Replies: 6
Views: 181


I see. Well, I upgrade to L and then the script that was working (Save the COM assignment) has failed to work due to ~20 COM errors. Here is one of them. COM_Invoke(plistener, "AudioInput", paudioin ? "+" . paudioin : "+0") So is there a new way to call a COM li...

 Forum: Support   Topic: Quick COM help

 Post subject: Quick COM help
Posted: November 17th, 2011, 8:26 pm 

Replies: 6
Views: 181


Why am I getting this error message when attempting to link a object to a var?

Error: Call to non-existent function

itunes := ComObjCreate("iTunes.Application")

It's been awhile since I have used AHK, but if memory serves, this is how you link an object.

 Forum: Support   Topic: Getting GUI checkboxes to work, please help

Posted: October 13th, 2010, 4:13 pm 

Replies: 1
Views: 304


Here you are, this should get you started: Gui, Add, Tab, x-4 y0 w480 h380 , Attacking|Arena Gui, Add, Button, x56 y30 w100 h30 gSubmit vButton, DESTROY! Gui, Tab, Arena Gui, Add, Button, x166 y50 w100 h30 , ARDU Gui, Tab, Attacking Gui, Add, CheckBox, x6 y70 w100 h30 vSectLog, SectLog Gui, Add, Che...

 Forum: Support   Topic: Questions about IfInString

 Post subject: Questions about IfInString
Posted: October 1st, 2010, 3:29 pm 

Replies: 1
Views: 152


I have this script that None wrote for me.. but I need to change some things on it, but I am completely lost with it, I can't seem to grasp the code. I took a look at InStr() help file but couldn't decipher it. I was wondering if someone could take a look at the code and break it down to me. I don't...

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 30th, 2010, 7:01 pm 

Replies: 47
Views: 1417


That's what I was afraid of..

Any other alternatives?

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 30th, 2010, 4:51 pm 

Replies: 47
Views: 1417


The notepad one gives me the msgbox of: 156 and then 0. Is that what is suppose to happen?

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 30th, 2010, 4:06 pm 

Replies: 47
Views: 1417


I compiled the code and ran as admin as well, sitll nothing.

 Forum: Support   Topic: Could not open script.

Posted: September 30th, 2010, 3:24 pm 

Replies: 2
Views: 132


I have no problem using the context menu to edit, but it uses Scite (The AutoHotKey notepad).

Maybe first try clicking "Edit with.." and choosing the default and then attempt it again?

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 30th, 2010, 2:43 pm 

Replies: 47
Views: 1417


I ran Starcraft with admin rights just now and I recieved the same thing. What process did you try yours on? Is it a default one? If so, can you let me test it and see if I can get it to work? Here is the code I tried: Hwnd:= OpenMemoryFromProcess("Starcraft.exe") MsgBox, %HWND% Nu...

 Forum: Scripts   Topic: Quick Search Tool (Updated)

Posted: September 30th, 2010, 2:35 pm 

Replies: 11
Views: 2400


Updated the code for a nicer looking GUI and the ability to add more search engines.

Added screenshots as well.

 Forum: Scripts   Topic: Easy Login: Infinite number of usernames/passwords!

Posted: September 30th, 2010, 2:34 pm 

Replies: 7
Views: 3023


Thanks David, sorry but I didn't know how I could do the whole "Search for username/password end of list" thing.

Nice edit, thanks :)

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 30th, 2010, 1:51 pm 

Replies: 47
Views: 1417


Using this: hwnd:= openmemoryfromprocess("StarCraft.exe") MsgBox, %Hwnd% Number:= ReadMemory(hwnd, 0x006556E4) MsgBox, %Number% ;--V1.1 Written by AmA-- OpenMemoryfromProcess(process,right=0x1F0FFF) { Process,Exist,%process% PID = %ErrorLevel% HWND := DllCall&#...

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 29th, 2010, 7:18 pm 

Replies: 47
Views: 1417


I tried doing this, and I still get the value 0. hwnd:= open process from memory ("Starcraft.exe") MsgBox, %Hwnd% Number:= ReadMemory(hwnd, 0x006556E4) MsgBox, %Number% ;--V1.1 Written by AmA-- OpenMemoryfromProcess(process,right=0x1F0FFF) { Process,Exist,%proc...

 Forum: Support   Topic: Another ReadMemory topic :(

Posted: September 29th, 2010, 5:47 pm 

Replies: 47
Views: 1417


I tried doing that, but it gives an error to a call on non-existent functuion using : hwnd:= openprocessfrommemory("Brood War") MsgBox, %Hwnd% Number:= ReadMemory(hwnd, 0x006556E4) MsgBox, %Number% Same with: hwnd:= open process from memory("Brood War") Ms...
Sort by:  
Page 1 of 20 [ Search found 296 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group