AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 14 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Improve URLDownloadToFile command
TheLostBoy

Replies: 5
Views: 1280

PostForum: Wish List   Posted: Sun Sep 25, 2005 6:15 am   Subject: Improve URLDownloadToFile command
How about making an option for it to automatically "pause" persay, if your less then quality dialup connection like mine cuts out and then resume once connectivity is restablished? Very Happy
  Topic: URLDownloadToFile Problem...
TheLostBoy

Replies: 3
Views: 693

PostForum: Ask for Help   Posted: Sun Sep 25, 2005 6:11 am   Subject: URLDownloadToFile Problem...
BoBo's idea is a good one (by changing IfWinNotExist to IfWinExist) thus far, but it still doesn't quite work for pausing a download like I need...

Maybe it would help if I put of the code Smile...
...
  Topic: URLDownloadToFile Problem...
TheLostBoy

Replies: 3
Views: 693

PostForum: Ask for Help   Posted: Sat Sep 24, 2005 8:51 am   Subject: URLDownloadToFile Problem...
Ok so for the fun of it I made a program that downloads stuff off the net (as if you couldn't tell by the subject line lol.)

Anywho I found a problem with it that I'm hoping you guys may be able to ...
  Topic: Taking Pictures with AHK?
TheLostBoy

Replies: 6
Views: 797

PostForum: Ask for Help   Posted: Fri May 27, 2005 6:33 am   Subject: Taking Pictures with AHK?
^f8::
Send, {alt}{printscreen}
FileAppend, %clipboardall%, C:\AHKSnap.jpg


I'm sure thats how it should be to take a screen shot picture with AHK but for some ...
  Topic: Auditing File List's
TheLostBoy

Replies: 1
Views: 585

PostForum: Ask for Help   Posted: Tue May 24, 2005 6:59 pm   Subject: Auditing File List's
Gui, Add, Button, x106 y70 w80 h20, Audit! ; button1
Gui, Add, Checkbox, x6 y70 w90 h20, Full System ; button2
Gui, Add, Checkbox, x6 y40 w90 h20, Program Files ; button3
Gui, Add, Checkbox, x6 y10 ...
  Topic: clipboard math
TheLostBoy

Replies: 2
Views: 717

PostForum: Ask for Help   Posted: Mon May 16, 2005 7:50 am   Subject: clipboard math
Thnx much titan... apparently I'm a moron because I did have the := but had the %'s on there... i hate painfully obvious airers (<--bad joke)
  Topic: clipboard math
TheLostBoy

Replies: 2
Views: 717

PostForum: Ask for Help   Posted: Sun May 15, 2005 9:39 am   Subject: clipboard math
Ok so I'm all busy as a bee coding out a script when all of a sudden I run into a brick wall *thud* Here is my code snippet then an explaination...

Send, {tab 2}
clipboard =
ClipWa ...
  Topic: Can i do this with AHK?
TheLostBoy

Replies: 3
Views: 943

PostForum: Ask for Help   Posted: Thu Apr 21, 2005 10:14 am   Subject: Can i do this with AHK?
BlockInput, On
Sleep, X ; where x equals the amount of seconds in milliseconds i.e. 5000=5secs

or you could check the AHK help file...

if A_OSType <> WIN32_WINDOWS ; i.e. it's not Windows ...
  Topic: I have no idea what I'm trying 2 say..something about pixels
TheLostBoy

Replies: 5
Views: 1010

PostForum: Ask for Help   Posted: Thu Apr 21, 2005 8:23 am   Subject: I have no idea what I'm trying 2 say..something about pixels
Have a look at this and feel free to ask me questions here or via Pm. Cus I think I know you.

You know me better then most people dude.. just remember... its in that place where i put that thing th ...
  Topic: I have no idea what I'm trying 2 say..something about pixels
TheLostBoy

Replies: 5
Views: 1010

PostForum: Ask for Help   Posted: Wed Apr 20, 2005 10:53 pm   Subject: I have no idea what I'm trying 2 say..something about pixels
I made this colour capture script, it gets all the colours within the set regions and logs them to a file

Its nice... but being that its something another person made I'm not sure as to how I could ...
  Topic: I have no idea what I'm trying 2 say..something about pixels
TheLostBoy

Replies: 5
Views: 1010

PostForum: Ask for Help   Posted: Wed Apr 20, 2005 9:50 am   Subject: I have no idea what I'm trying 2 say..something about pixels
Ok... lets say for the heck of it a guy (or girl eh) wants to open a picture and read all the pixel colors from the upper left corner to the right. When you hit the end of the image go down to the ne ...
  Topic: Using Lists and Common Functions
TheLostBoy

Replies: 12
Views: 15468

PostForum: Scripts & Functions   Posted: Wed Apr 20, 2005 9:33 am   Subject: Using Lists and Common Functions
VERY NICE!!... heh.. lets just say.. um... "I'm usin' it" Embarassed
  Topic: control get text
TheLostBoy

Replies: 6
Views: 1301

PostForum: Ask for Help   Posted: Tue Apr 19, 2005 12:23 pm   Subject: control get text
I wonder who the lostboy is. I wonder...


Lol... what can I say dude... you got me addicted... from friday 4.15 til' 4.18 I got quite literally ONE hour of sleep because I've been dinkin' around ...
  Topic: control get text
TheLostBoy

Replies: 6
Views: 1301

PostForum: Ask for Help   Posted: Mon Apr 18, 2005 10:19 am   Subject: control get text
Well here is what I have for a nice BRAND NEW SHINEY set of code.... (Mine is a little more fancy...even tho its not practical... just something I've been tinkering with.)

#Persistent
DetectHidden ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group