| Author |
Message |
Topic: Help with detecting if control is checked or not |
M^ck^y
Replies: 2
Views: 76
|
Forum: Ask for Help Posted: Mon Oct 13, 2008 2:59 am Subject: Help with detecting if control is checked or not |
not a bad idea. but the copy, paste crop might not be the best approach.. mm what do i do now..
i've been playing with window spy trying to catch the message for unchecking.. that failed..
if ... |
Topic: Help with detecting if control is checked or not |
M^ck^y
Replies: 2
Views: 76
|
Forum: Ask for Help Posted: Sun Oct 12, 2008 10:57 pm Subject: Help with detecting if control is checked or not |
http://i311.photobucket.com/albums/kk451/micky3975/Forum-how-to-detect-if-chec.jpg
I've tried controlget, controlgettext, nothing works.
I got away with using pixelget to see if there was a tic ... |
Topic: Detecting user's default time format (regional) |
M^ck^y
Replies: 1
Views: 61
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 7:22 am Subject: Detecting user's default time format (regional) |
Found under Control Panel> Regional Options > Customize> Time TAB> is the default Time Format.
how to detect which one is being used by the user?
I'm having to automate a date time ... |
Topic: URLdownloadtofile with credentials? - "You are not auth |
M^ck^y
Replies: 5
Views: 154
|
Forum: Ask for Help Posted: Fri Aug 22, 2008 12:14 am Subject: URLdownloadtofile with credentials? - "You are not auth |
| Thanks for links, i'm on it! |
Topic: URLdownloadtofile with credentials? - "You are not auth |
M^ck^y
Replies: 5
Views: 154
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 3:37 am Subject: URLdownloadtofile with credentials? - "You are not auth |
| yeah i know it would hehe, but it's an intranet site unfortunately.. but does anyone know how to use internet explorer's credential settings to download a page, using autohotkey of course. |
Topic: URLdownloadtofile with credentials? - "You are not auth |
M^ck^y
Replies: 5
Views: 154
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 12:14 am Subject: URLdownloadtofile with credentials? - "You are not auth |
| I'm trying to get autohotkey check for changes on a intranet aspx website at work. I tried using urldownloadtofile, to get the whole page in a txt file. Instead of seeing the source of the page, i get ... |
Topic: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
M^ck^y
Replies: 13
Views: 914
|
Forum: Ask for Help Posted: Wed May 07, 2008 12:13 am Subject: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
| nothing works so far, virusscan still thinks it's a trojan. if this happens to you, you will lose all your work if your antivirus automatically deletes viruses.. |
Topic: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
M^ck^y
Replies: 13
Views: 914
|
Forum: Ask for Help Posted: Wed May 07, 2008 12:00 am Subject: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
Things i've tried:
report to mc affee
using the latest autohotkey
searching for 'trojan' in this forum.
Found that I should try different bin file |
Topic: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
M^ck^y
Replies: 13
Views: 914
|
Forum: Ask for Help Posted: Tue May 06, 2008 11:50 pm Subject: from mc afee |
| from The false detection is being seen on certain AutoIT 3.2.2.0 compiled executables. |
Topic: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
M^ck^y
Replies: 13
Views: 914
|
Forum: Ask for Help Posted: Tue May 06, 2008 11:42 pm Subject: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
| Is anyone else experiencing this? I wish to know how to resolve this please. I'm sure it's not the first time this happens too.. I'm trying to report this as a false to mc afee now |
Topic: I want to copy currently selected text to a varible |
M^ck^y
Replies: 3
Views: 155
|
Forum: Ask for Help Posted: Tue Apr 08, 2008 12:34 am Subject: I want to copy currently selected text to a varible |
Have a look at the %clipboard% built in variable
varYourVariable := %Clipboard%
;use this before sendind Ctrl C
Clipsave:
ClipSaved:=ClipboardAll
Clipboard=
Return
;Use this after pasting ... |
Topic: List view built in counter stops working after using autohot |
M^ck^y
Replies: 5
Views: 245
|
Forum: Ask for Help Posted: Tue Apr 08, 2008 12:33 am Subject: no one has had this before? |
| I'll take it as no one has had this before, but thanks anyways |
Topic: How to set text to a standard non autohotkey Status bar |
M^ck^y
Replies: 1
Views: 135
|
Forum: Ask for Help Posted: Tue Apr 08, 2008 12:32 am Subject: How to set text to a standard non autohotkey Status bar |
Any ideas?  |
Topic: How to set text to a standard non autohotkey Status bar |
M^ck^y
Replies: 1
Views: 135
|
Forum: Ask for Help Posted: Wed Apr 02, 2008 9:57 pm Subject: How to set text to a standard non autohotkey Status bar |
The program i'm using has a faulty Status bar item which is supposed to show the selected item from a listview, but i can't find the problem.( http://www.autohotkey.com/forum/viewtopic.php?t=30339)
... |
Topic: List view built in counter stops working after using autohot |
M^ck^y
Replies: 5
Views: 245
|
Forum: Ask for Help Posted: Wed Apr 02, 2008 9:38 pm Subject: List view built in counter stops working after using autohot |
the status bar stops counting the number of selected items
I guess the program does not "recognize" that you selected the items (with Control Choose, like you describe). I guess you need ... |
| |