AutoHotkey Community

It is currently May 24th, 2012, 12:07 am

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Support   Topic: using urldownloadtofile on passsword protected site help

Posted: September 3rd, 2007, 7:19 pm 

Replies: 1
Views: 433


Hi, i need to use urldownloadtofile on the following url,... http://www.racingpost.co.uk/horses/a_days_racing.sd however this is protected by a password i have registered under the following username....mrexcel password .... qwertyuiop can anyone help me with this I have tried loggging in first but ...

 Forum: Support   Topic: help with send sms application

Posted: June 16th, 2007, 4:16 pm 

Replies: 5
Views: 864


cheers for that will giveit a try,,,, off to the races ! your spot on

 Forum: Support   Topic: help with send sms application

Posted: June 16th, 2007, 2:15 pm 

Replies: 5
Views: 864


yes just one cellphone number (uk) on Vodafone network thanks

 Forum: Support   Topic: help with send sms application

Posted: June 16th, 2007, 11:14 am 

Replies: 5
Views: 864


I found this by doing a search on this board . http://www.johnnyfoster.com/Downloads_SendSMS.htm I have downloaded the vb library thingy. Please could someone help me with what to do now in order to use a autohotkey script to send an sms. if i run the the resulting icon i get this message "Plea...

 Forum: Utilities   Topic: SendSMS [CMD]

Posted: June 16th, 2007, 9:53 am 

Replies: 7
Views: 3860


Can someone show me the code i would need to send an sms using autohotkey script and this application, i am a bit confused

 Forum: Support   Topic: Help. How do I set focus to a button on web page when....

Posted: April 30th, 2007, 7:37 pm 

Replies: 6
Views: 2791


Thats brilliant, thanks for posting this

 Forum: Support   Topic: listbox, highlight and show selection problem

Posted: March 23rd, 2007, 2:54 pm 

Replies: 0
Views: 539


stringsplit, name, namefound, `n stringleft, item, selitem, 15 a:= " Add new repair" c:= " Return to menu" choice:= no:= 0 loop { no += 1 if name%A_Index% = goto choice2 if name%A_Index% = %highlite% { highno:= no stringright,highloc,highlite,3 } choice:= name%A_I...

 Forum: Support   Topic: time limit like a trial software for script, how to do it?

Posted: March 20th, 2007, 10:22 am 

Replies: 48
Views: 7321


urldownloadtofile,http://www.sportinglife.com/,date.txt fileread,date,date.txt pos:= instr(date,"clock") pos += 13 stringmid, date, date,%pos%, 8 msgbox %date% for instance this will get todays date from the internet you could then compare it with your date

 Forum: Support   Topic: time limit like a trial software for script, how to do it?

Posted: March 19th, 2007, 7:23 pm 

Replies: 48
Views: 7321


just read the beginning part of this thread. and so this suggestion may have already been suggested or surpassed . i wrote a script which using urldownload to file to get the date from a webpage on the internet instead of from the system clock, this stopped people changing the clock but required int...

 Forum: Support   Topic: sending commands to a citizen receipt printer

Posted: March 18th, 2007, 8:05 pm 

Replies: 3
Views: 684


thanks for your replies so far i will probbably be back for some help soon :wink:

 Forum: Support   Topic: sending commands to a citizen receipt printer

Posted: March 16th, 2007, 1:37 pm 

Replies: 3
Views: 684


http://www.citizen-systems.co.jp/english/download/printer/document/command/data/CBM1000IICRE_201.pdf here is a list of commands for a citizen receipt printer is there a way to send these commands straight to a printer using an autohotkey script or would i have to copy them to wordpad and print from ...

 Forum: Support   Topic: my next newbie q

Posted: March 16th, 2007, 12:05 pm 

Replies: 10
Views: 592


ok thanks guys the problem was that i have been using envdiv to produce whole numbers for a while for instance a:= 200 b:= 100 a /= b msgbox %a% works fine to give '2' so it stumped me when i first asked it to produce a non whole number! out of interest why doesnt adding this work setformat, float, ...

 Forum: Support   Topic: my next newbie q

 Post subject: my next newbie q
Posted: March 15th, 2007, 10:01 pm 

Replies: 10
Views: 592


a:= 100
b:= 200
a /= b
msgbox %a%


why does 'a' have a value of 0 and not 0.50 , i have tried adding

setformat, float, 0.6

but no difference , what am i doing wrong?

 Forum: Support   Topic: notepad search problem

Posted: March 1st, 2007, 9:39 pm 

Replies: 4
Views: 599


bobo
thanks very much
tzen
It very much looks like your spelling is as bad as my programming!

I have to admit to feeling rather foolish, i thought something more than the obvious was at play here

 Forum: Support   Topic: notepad search problem

 Post subject: notepad search problem
Posted: March 1st, 2007, 10:24 am 

Replies: 4
Views: 599


Hi, I have a problem with this list in wordpad cox1000* smith1001* roberts1002* this list 7000 lines long when i search this list either using find in wordpad or using fileread in autohotkey i cannot search for the following string "*r" i think that wordpad has somehow marked the carriage ...
Sort by:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group