AutoHotkey Community

It is currently May 23rd, 2012, 10:00 pm

All times are UTC [ DST ]


Search found 37 matches
Search these results:

Author Message

 Forum: Support   Topic: The programms close right after starting them.

Posted: October 16th, 2007, 3:44 pm 

Replies: 20
Views: 2024


Is this the whole script? I copied your code and substituted applications on my PC for all the programs in yours, as I dont have the same ones, but regardless, the script functioned perfectly well for me. Is this menu embedded in a larger script? It is possible that there is something else in the sc...

 Forum: Support   Topic: Reading a pdf document into a variable?

Posted: October 16th, 2007, 3:32 pm 

Replies: 46
Views: 3357


Bernulli, I suggest you learn how to use http://www.google.com. I was able to find the download link for Xpdf in about 15 seconds by going to google and typing in Xpdf, then followed the first link it found then clicked on the download link on that page. It is amazing how much time (yours and others...

 Forum: Support   Topic: BF2 Script Request

Posted: October 12th, 2007, 6:10 pm 

Replies: 17
Views: 4075


Alechko wrote:
Thanks man, IQ++


:lol: 8) :lol:

 Forum: Support   Topic: BF2 Script Request

 Post subject: Re: roll script
Posted: October 12th, 2007, 3:44 pm 

Replies: 17
Views: 4075


Alechko wrote:
hey Guys can you explain pls how to run those scripts? pls


How bout.... You read about the program that the scripts are made with and learn how to do it. On the main AutoHotkey page there is a link to documentation, try that. :roll:

 Forum: Support   Topic: Button click

Posted: October 12th, 2007, 3:34 pm 

Replies: 5
Views: 477


I have some time this morning so I am trying to figure out how to get the text of a button, but for some reason it is eluding me. Once you can get the text from that button the script should work fine. So far I have narrowed down the options to the GontrolGetText command, yet it appears that this do...

 Forum: Support   Topic: Button click

Posted: October 12th, 2007, 12:23 am 

Replies: 5
Views: 477


Using windowspy find out if you can get the contents of the caption.

If you can read the contents of the caption it should be rather easy, you will just periodically check the caption, if it reads paused send a click to the control...

Commands to look at:

ControlGet

ControlSend

 Forum: Support   Topic: Win what?

Posted: October 11th, 2007, 7:28 pm 

Replies: 2
Views: 452


Use the windowspy to see what the name of that control is.

 Forum: Support   Topic: What's wrong with this script ??

Posted: October 11th, 2007, 7:27 pm 

Replies: 2
Views: 463


The script doesnt know where to look for the message. I made up this code and it will pop up the messagebox when you try to resize the GUI: GUI, Add, Text, Testwindow GUI, +Resize GUI, show OnMessage(0x214,"prog") return prog(wParam,lParam,msg,hwnd) { msgbox % hwnd ret...

 Forum: Support   Topic: Run with arguments

Posted: October 11th, 2007, 7:14 pm 

Replies: 5
Views: 676


Thans for your answer, what is the , for after the Run,? Excuse me, im new to this utility :) Stéphane Look through the documentation. The format of AHK is such that each command is seperated into sections divided by the comma (,). Look at the descripton of the 'Run' command from the docs: Runs an ...

 Forum: Offtopic   Topic: Hows Your Computer :)

Posted: October 11th, 2007, 4:21 pm 

Replies: 45
Views: 5144


And yea, go ahead and steal the sig, it was just something i put in there after a bad day of 'omgz help' topics in the help forum. I'm not sure which I should find more funny, the fact that Sympathy will always be set to 0 or the fact that you probably did not know it was wrong. :D The only thing t...

 Forum: Support   Topic: Automating a task in TradeStation!

Posted: October 11th, 2007, 3:06 pm 

Replies: 1
Views: 572


...I'm posting a second topic regarding the same problem because I do not seem to have access to editing the first one.... If you want to edit your posts, you should register your username instead of posting as a guest every time. Registration is free and has no obligations and opens up many useful...

 Forum: Support   Topic: Looking for a simple click/read/keypress script.

Posted: October 10th, 2007, 11:48 pm 

Replies: 6
Views: 565


Cinder wrote:
I came up with something similar to yours, except I forgot to put the variable inside %'s... took me about an hour though :P


Does it work well for you? I would like to see your code, maybe could give you some pointers :wink:

 Forum: Support   Topic: Looking for a simple click/read/keypress script.

Posted: October 10th, 2007, 10:47 pm 

Replies: 6
Views: 565


Or heres some REALLY simple code I slapped together in 3 minutes... It only reads 1 line of the text file, if you want to read a different line every time look at picking a random number, or using a counter that resets when it gets to the last line of the text file... WinActivate MMOGame ; Activate ...

 Forum: Support   Topic: Looking for a simple click/read/keypress script.

Posted: October 10th, 2007, 10:38 pm 

Replies: 6
Views: 565


OK I guess I'll stop being a hardass.... First thing you will want to do is probably have the app running in a window, as I have found most games work better with AHK while in a window. Next thing you will do is get your text file set up with your different spam comments that you want to send to the...

 Forum: Offtopic   Topic: What makes you use Autohotkey?

Posted: October 10th, 2007, 10:29 pm 

Replies: 27
Views: 2772


I actually found AHK when looking for a free scripting/macro app to use for various repetitive/automated tasks for my job, but have ended up using it for many many other things now, from helping me in games to setting up a timer to monitor my sons computer play-time. Overall I am very impressed with...
Sort by:  
Page 1 of 3 [ Search found 37 matches ]


All times are UTC [ DST ]


cron
Powered by phpBB® Forum Software © phpBB Group