| Author |
Message |
Topic: (Solved)need help on dl a file through com(code included) |
Mkbailey755
Replies: 5
Views: 734
|
Forum: Ask for Help Posted: Mon Feb 01, 2010 10:09 am Subject: (Solved)need help on dl a file through com(code included) |
OK so I solved the error message problem it seems to not function when the website is Trusted not sure why maybe someone can chime in for some additional help.
so I finished the code yeah
url ... |
Topic: (Solved)need help on dl a file through com(code included) |
Mkbailey755
Replies: 5
Views: 734
|
Forum: Ask for Help Posted: Mon Feb 01, 2010 7:59 am Subject: (Solved)need help on dl a file through com(code included) |
Excuse the post above I was very tired and after much needed sleep Iam back at it.
url:="http://uploading.com/files/get/1JM4429T/"
IID_IHTMLWindow2:="{332C4427- ... |
Topic: (Solved)need help on dl a file through com(code included) |
Mkbailey755
Replies: 5
Views: 734
|
Forum: Ask for Help Posted: Sun Jan 31, 2010 4:50 pm Subject: (Solved)need help on dl a file through com(code included) |
| This winy post as been removed |
Topic: (Solved)need help on dl a file through com(code included) |
Mkbailey755
Replies: 5
Views: 734
|
Forum: Ask for Help Posted: Sun Jan 31, 2010 3:00 pm Subject: (Solved)need help on dl a file through com(code included) |
Thanks sink! works great and gives me the what i need on the next part of the code.
I understand Com ALOT better than I did 12hours ago. Thanks to the support of this forum Thanks again |
Topic: (Solved)need help on dl a file through com(code included) |
Mkbailey755
Replies: 5
Views: 734
|
Forum: Ask for Help Posted: Sun Jan 31, 2010 1:57 pm Subject: (Solved)need help on dl a file through com(code included) |
so I been the tutorials and have a rough understanding of com and ahk Im trying to click the free user link in this website
;iWeb_Init()
;upload:=iWeb_Model()
;iWeb_nav(u ... |
Topic: Setting Pics as Var for Image search |
Mkbailey755
Replies: 2
Views: 392
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 8:52 am Subject: Setting Pics as Var for Image search |
Thanks for the help your solution worked and read over the FAQ's thanks
your right about my code late night desperation tricked me and my code was just continuing to the first routine. |
Topic: Setting Pics as Var for Image search |
Mkbailey755
Replies: 2
Views: 392
|
Forum: Ask for Help Posted: Wed Feb 04, 2009 4:21 am Subject: Setting Pics as Var for Image search |
I'm using a series of images and want certain events to happen when the images appear but when I try to see if "Picture = picture path" it give's me an Illegal character error.
Loop, ... |
Topic: hotkey in script vs windows |
Mkbailey755
Replies: 10
Views: 690
|
Forum: Ask for Help Posted: Sat Nov 08, 2008 1:59 am Subject: hotkey in script vs windows |
#f::Pause
http://www.autohotkey.com/docs/commands/Pause.htm |
Topic: I need 3 hotkeys. Please help? |
Mkbailey755
Replies: 4
Views: 478
|
Forum: Ask for Help Posted: Sat Nov 01, 2008 6:19 am Subject: I need 3 hotkeys. Please help? |
| sad thing is all he needs is to take out The 'to"'s and add send =D |
Topic: ControlSend |
Mkbailey755
Replies: 3
Views: 550
|
Forum: Ask for Help Posted: Sat Nov 01, 2008 6:17 am Subject: ControlSend |
| You can try SendInput |
Topic: Adding 2 to a date and writing to window |
Mkbailey755
Replies: 7
Views: 608
|
Forum: Ask for Help Posted: Fri Oct 31, 2008 3:47 pm Subject: Adding 2 to a date and writing to window |
Solved
FileReadLine,vStart,C:\AHK\Date.txt,1 ;Has specific date
EnvAdd, MyCount, 2
var1 = %Start%
var1 += 60, days
Loop, 30
{
Mycount1 += 2 ;<= Put counter in
Var2 = %Start%
V ... |
Topic: Adding 2 to a date and writing to window |
Mkbailey755
Replies: 7
Views: 608
|
Forum: Ask for Help Posted: Fri Oct 31, 2008 2:41 pm Subject: Adding 2 to a date and writing to window |
Why that does help with the formating it doesn't solve the new problem.
I can't seem to get it I need it to read
11/01/08
11/03/08
11/05/08
etc.
I can't figure this out any other Idea guys/ ... |
Topic: Adding 2 to a date and writing to window |
Mkbailey755
Replies: 7
Views: 608
|
Forum: Ask for Help Posted: Fri Oct 31, 2008 1:54 am Subject: Adding 2 to a date and writing to window |
Ok problem solved with
Gui,2:Add,Text,,%Var2%
thanks
NEW Problem: it seems the date only reads two days after the date in variable %start%. so it works but I guess I need to add another varia ... |
Topic: Adding 2 to a date and writing to window |
Mkbailey755
Replies: 7
Views: 608
|
Forum: Ask for Help Posted: Thu Oct 30, 2008 11:05 pm Subject: Adding 2 to a date and writing to window |
Thanks for the quick reply bobo It's still not writing to second window. It seems like every things correct. hmm maybe a cheesy send to a text box:!:
Im probably just frustrated and over look ... |
Topic: loop spacebar |
Mkbailey755
Replies: 7
Views: 657
|
Forum: Ask for Help Posted: Thu Oct 02, 2008 2:49 pm Subject: loop spacebar |
| ~ <=will solve all your problems |
| |