| Author |
Message |
Topic: using urldownloadtofile on passsword protected site help |
mrclox
Replies: 1
Views: 127
|
Forum: Ask for Help Posted: Mon Sep 03, 2007 7:19 pm Subject: using urldownloadtofile on passsword protected site help |
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 followi ... |
Topic: help with send sms application |
mrclox
Replies: 5
Views: 327
|
Forum: Ask for Help Posted: Sat Jun 16, 2007 4:16 pm Subject: help with send sms application |
| cheers for that will giveit a try,,,, off to the races ! your spot on |
Topic: help with send sms application |
mrclox
Replies: 5
Views: 327
|
Forum: Ask for Help Posted: Sat Jun 16, 2007 2:15 pm Subject: help with send sms application |
| yes just one cellphone number (uk) on Vodafone network thanks |
Topic: help with send sms application |
mrclox
Replies: 5
Views: 327
|
Forum: Ask for Help Posted: Sat Jun 16, 2007 11:14 am Subject: help with send sms application |
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 o ... |
Topic: SendSMS [CMD] |
mrclox
Replies: 7
Views: 1409
|
Forum: Utilities & Resources Posted: Sat Jun 16, 2007 9:53 am Subject: SendSMS [CMD] |
| Can someone show me the code i would need to send an sms using autohotkey script and this application, i am a bit confused |
Topic: Help. How do I set focus to a button on web page when.... |
mrclox
Replies: 6
Views: 725
|
Forum: Ask for Help Posted: Mon Apr 30, 2007 7:37 pm Subject: Help. How do I set focus to a button on web page when.... |
| Thats brilliant, thanks for posting this |
Topic: listbox, highlight and show selection problem |
mrclox
Replies: 0
Views: 227
|
Forum: Ask for Help Posted: Fri Mar 23, 2007 2:54 pm Subject: listbox, highlight and show selection problem |
stringsplit, name, namefound, `n
stringleft, item, selitem, 15
a:= " Add new repair"
c:= " Return to menu"
choice:=
no:= 0
loop
{
no += 1
if nam ... |
Topic: time limit like a trial software for script, how to do it? |
mrclox
Replies: 44
Views: 2899
|
Forum: Ask for Help Posted: Tue Mar 20, 2007 10:22 am Subject: time limit like a trial software for script, how to do it? |
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 in ... |
Topic: time limit like a trial software for script, how to do it? |
mrclox
Replies: 44
Views: 2899
|
Forum: Ask for Help Posted: Mon Mar 19, 2007 7:23 pm Subject: time limit like a trial software for script, how to do it? |
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 o ... |
Topic: sending commands to a citizen receipt printer |
mrclox
Replies: 3
Views: 301
|
Forum: Ask for Help Posted: Sun Mar 18, 2007 8:05 pm Subject: sending commands to a citizen receipt printer |
thanks for your replies so far i will probbably be back for some help soon  |
Topic: sending commands to a citizen receipt printer |
mrclox
Replies: 3
Views: 301
|
Forum: Ask for Help Posted: Fri Mar 16, 2007 1:37 pm Subject: sending commands to a citizen receipt printer |
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 s ... |
Topic: my next newbie q |
mrclox
Replies: 10
Views: 295
|
Forum: Ask for Help Posted: Fri Mar 16, 2007 12:05 pm Subject: my next newbie q |
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 stumpe ... |
Topic: my next newbie q |
mrclox
Replies: 10
Views: 295
|
Forum: Ask for Help Posted: Thu Mar 15, 2007 10:01 pm Subject: my next newbie q |
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? |
Topic: notepad search problem |
mrclox
Replies: 4
Views: 324
|
Forum: Ask for Help Posted: Thu Mar 01, 2007 9:39 pm Subject: notepad search problem |
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 ... |
Topic: notepad search problem |
mrclox
Replies: 4
Views: 324
|
Forum: Ask for Help Posted: Thu Mar 01, 2007 10:24 am Subject: notepad search problem |
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 ... |
| |