| Author |
Message |
Topic: Wanted: Graphing function (GDI), will trade. |
Raccoon
Replies: 0
Views: 288
|
Forum: Scripts & Functions Posted: Wed Jan 19, 2011 3:02 am Subject: Wanted: Graphing function (GDI), will trade. |
| Hello. I'm looking for the ability to produce line and bar graphs in Picture/Button (anything with an hDC) controls. The function should be able to interpret data from an array or object-array, with ... |
Topic: Problem with invert mouse script |
Raccoon
Replies: 4
Views: 238
|
Forum: Ask for Help Posted: Mon Jan 17, 2011 11:16 am Subject: Problem with invert mouse script |
Did you ever try the version I designed using mouse hooks?
http://www.autohotkey.com/forum/viewtopic.php?p=408968 |
Topic: same variable cannot be used... Now problem with NoActivate |
Raccoon
Replies: 4
Views: 590
|
Forum: Ask for Help Posted: Mon Jan 17, 2011 11:12 am Subject: same variable cannot be used... Now problem with NoActivate |
In each of the statements Gui, Add, ..., any of the variables (vXYZ) must be unique.
In one of your loop statements, you are using vBFS%S_Index%, where %S_Index% is an unchanging value. You may ha ... |
Topic: Reminder: We have a Chat Room. Check it out! |
Raccoon
Replies: 0
Views: 349
|
Forum: Scripts & Functions Posted: Mon Jan 17, 2011 10:59 am Subject: Reminder: We have a Chat Room. Check it out! |
For those of you who may have forgotten, or simply haven't visited us yet... AutoHotkey has a live chat room on Freenode IRC.
If you're an active AutoHotkey user, please consider downloading and in ... |
Topic: Reminder: We have a Chat Room. Check it out! |
Raccoon
Replies: 0
Views: 151
|
Forum: Ask for Help Posted: Mon Jan 17, 2011 10:59 am Subject: Reminder: We have a Chat Room. Check it out! |
For those of you who may have forgotten, or simply haven't visited us yet... AutoHotkey has a live chat room on Freenode IRC.
If you're an active AutoHotkey user, please consider downloading and in ... |
Topic: [lib] Cipher |
Raccoon
Replies: 4
Views: 416
|
Forum: General Chat Posted: Tue Dec 28, 2010 8:37 am Subject: [lib] Cipher |
| I would like some fast functions for these, yes. I have those which utilize Microsoft's crypto libs... but I'd really like some faster functions, preferably using embedded "bit wizardry" co ... |
Topic: Invert mouse axis |
Raccoon
Replies: 26
Views: 13774
|
Forum: Ask for Help Posted: Thu Dec 23, 2010 12:37 am Subject: Invert mouse axis |
The best method... mouse hook!
You can gut out all the commented code. It just shows the evolution of some parts of the code.
;By Raccoon Dec-2010
;Mouse Inverse using Mouse Hook
#SingleIns ... |
Topic: Crazy Scripting : Safely Remove USB Flash Drive - 45L |
Raccoon
Replies: 36
Views: 7223
|
Forum: Scripts & Functions Posted: Tue Sep 14, 2010 2:29 am Subject: Crazy Scripting : Safely Remove USB Flash Drive - 45L |
IfNotEqual,DriveType,Removable, Return
FYI, not all USB flash drives have the 'removable' flag. I believe the same applies with eSATA drives as well certain USB harddrive enclosures. |
Topic: Ping() function without PING.EXE (formerly A_Ping() ) |
Raccoon
Replies: 42
Views: 11771
|
Forum: Scripts & Functions Posted: Tue Sep 14, 2010 2:13 am Subject: Ping() function without PING.EXE (formerly A_Ping() ) |
| Sort of related to the NetCon portion of this thread. Does anyone know what method(s) can determine the Gateway address of the active internet (gateway'd) device? The gateway address on home network ... |
Topic: [function] CreateDDMenu() - create drop down menus easily |
Raccoon
Replies: 5
Views: 951
|
Forum: Scripts & Functions Posted: Tue Sep 14, 2010 12:29 am Subject: [function] CreateDDMenu() - create drop down menus easily |
Does this function take into consideration the ability to create a menu item containing %A_Tab% in the text? eg; Exit%A_Tab%Alt+F4
Edit:
It's also worth nothing that different text editors behave ... |
Topic: Desktop gadget built in AutoHotKey |
Raccoon
Replies: 16
Views: 2204
|
Forum: Scripts & Functions Posted: Mon Sep 13, 2010 9:47 pm Subject: Shutdown Command Flags (tested...) |
Since this is topical, and someone just asked me this question on IRC. I tested the Shutdown command with each possible value, in Windows XP.
Red = unique behavior. (use these values)
; ... |
Topic: Desktop gadget built in AutoHotKey |
Raccoon
Replies: 16
Views: 2204
|
Forum: Scripts & Functions Posted: Mon Sep 13, 2010 9:25 pm Subject: Desktop gadget built in AutoHotKey |
I'm not being emphatic about anything. I'm merely pointing out inconsistencies in your script.
For shutdown, your script is using "Run, Shutdown.exe /p". this shutdown.exe does not exis ... |
Topic: Desktop gadget built in AutoHotKey |
Raccoon
Replies: 16
Views: 2204
|
Forum: Scripts & Functions Posted: Mon Sep 13, 2010 5:51 pm Subject: Desktop gadget built in AutoHotKey |
Raccoon, I appreciate the advice. Force is not an option that I would ever use in a program.
I didn't suggest you use the force option. I'm just stating that the built-in Shutdown command is better ... |
Topic: Desktop gadget built in AutoHotKey |
Raccoon
Replies: 16
Views: 2204
|
Forum: Scripts & Functions Posted: Mon Sep 13, 2010 2:21 am Subject: Desktop gadget built in AutoHotKey |
| I don't know what version of windows you are running, but this came from 7 and is correct along with all of the other values in the program. There are some values for Shutdown that will not work on so ... |
Topic: Random Encryption |
Raccoon
Replies: 13
Views: 2166
|
Forum: Scripts & Functions Posted: Sun Sep 12, 2010 10:57 pm Subject: Random Encryption |
ProTip: Avoid using the word Encryption and you wont get into trouble. Just call it a cipher, since it contains a hidden secret.
Calling it Encryption will get people citing "security throug ... |
| |