| Author |
Message |
Topic: Hobnox - Audiotool -- electronic music creator [ONLINE] |
Zed Gecko
Replies: 0
Views: 658
|
Forum: Utilities & Resources Posted: Tue Nov 03, 2009 6:43 am Subject: Hobnox - Audiotool -- electronic music creator [ONLINE] |
Audiotool online music production
Produce your own electronic music - free of charge & browser-based
the Hobnox - Audiotool is a Flash-based Webapplication,
you can combine
4 different ty ... |
Topic: PPJoy - Virtual Joystick |
Zed Gecko
Replies: 2
Views: 1527
|
Forum: Utilities & Resources Posted: Sat Oct 31, 2009 11:31 pm Subject: PPJoy - Virtual Joystick |
What is PPJoy?
PPJoy is a joystick device driver for Windows 2000 and later. There is also limited support for Windows 98 and Windows Me. PPJoy was designed for joysticks connected to the parallel p ... |
Topic: In to deep? - Recursion crashes AHK |
Zed Gecko
Replies: 15
Views: 618
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 3:47 pm Subject: In to deep? - Recursion crashes AHK |
| Were you out of your mind? Open the task manager and observe how much consumed memory is increased. Well here the script uses no more than 10MB memory before it crahes. So i assumed the crash is cause ... |
Topic: In to deep? - Recursion crashes AHK |
Zed Gecko
Replies: 15
Views: 618
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 1:51 am Subject: In to deep? - Recursion crashes AHK |
i changed the script above to not show the misleading MsgBox and have the Tooltip display the number of generated strings. MsgBox is shown when done.
please test again. |
Topic: In to deep? - Recursion crashes AHK |
Zed Gecko
Replies: 15
Views: 618
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 12:29 am Subject: In to deep? - Recursion crashes AHK |
this little script crashes ahk on my system possible due to recursive use of a function:
(it is supposed to create all possible permutations of a 255-char long string containing all 255 ASCII-Chars)
... |
Topic: Spot_On_Mouse & Single-Window |
Zed Gecko
Replies: 10
Views: 591
|
Forum: Scripts & Functions Posted: Wed Jul 29, 2009 11:08 am Subject: Spot_On_Mouse & Single-Window |
does this work better?spotstate := 1
Gui -Caption +AlwaysOnTop +LastFound +ToolWindow
Gui, Color, 0x000000, 0x000000
WinGet, IDvar , ID
PolygonP1 := " 0-0 "
gosub, MakePolygonP2 ... |
Topic: Spot_On_Mouse & Single-Window |
Zed Gecko
Replies: 10
Views: 591
|
Forum: Scripts & Functions Posted: Wed Jul 29, 2009 10:12 am Subject: Spot_On_Mouse & Single-Window |
thanks.
the same method targeted at the active window results to this:
Single Window , blacks-up everything but the active window.
"CTRL + ALT + S" toggles the "Single Window"-m ... |
Topic: Spot_On_Mouse & Single-Window |
Zed Gecko
Replies: 10
Views: 591
|
Forum: Scripts & Functions Posted: Wed Jul 29, 2009 9:16 am Subject: Spot_On_Mouse & Single-Window |
iīd like to share this very simple script:
Spot_On_Mouse creates a spotlight-like effect around the mouse-cursor.
"CTRL + ALT + S" toggles the spotlight-mode on/off
"+" and &quo ... |
Topic: [Solved]DLLCall(SetParent) problems with displaying windows |
Zed Gecko
Replies: 5
Views: 482
|
Forum: Ask for Help Posted: Tue Jun 23, 2009 4:39 pm Subject: [Solved]DLLCall(SetParent) problems with displaying windows |
i finally got it to work properly:
; http://support.microsoft.com/kb/112181/en-us/
Gui, 1: +0x16000000 +Resize
;Gui, 1: +0x02000000L +Resize
Gui, 1: Show, x0 y0 w800 h600
Gui, 1 ... |
Topic: [Solved]DLLCall(SetParent) problems with displaying windows |
Zed Gecko
Replies: 5
Views: 482
|
Forum: Ask for Help Posted: Sat Jun 20, 2009 1:13 pm Subject: [Solved]DLLCall(SetParent) problems with displaying windows |
When i display other top-level windows in an AHK-GUI,
severe displaying/redrawing problems occur on the contained windows.
The happen randomly
when either the contained or the containing windows ... |
Topic: a useless distraction - Colored Dots Screensaver |
Zed Gecko
Replies: 0
Views: 762
|
Forum: Scripts & Functions Posted: Wed Jun 17, 2009 2:58 pm Subject: a useless distraction - Colored Dots Screensaver |
While playing around without any special intention,
i made some modifications to one of Tics GDI+ examples and then heavily abused it.
I found the result quite nice (visually, coding-wise itīs a mes ... |
Topic: Wakeup On LAN |
Zed Gecko
Replies: 3
Views: 1051
|
Forum: Scripts & Functions Posted: Sun Mar 08, 2009 4:04 pm Subject: Wakeup On LAN |
I know,
but i reused [url=http://de.autohotkey.com/forum/topic4544.html]some Code from Bentschi and didnīt bother to change it.
You are welcome to optimize the function in any way  |
Topic: Wakeup On LAN |
Zed Gecko
Replies: 3
Views: 1051
|
Forum: Scripts & Functions Posted: Sun Mar 08, 2009 3:39 pm Subject: Wakeup On LAN |
A function which sends a "magic" InputBox, MAC_Add, WOL-Packet Creator, Enter the hexadecimal MAC-Address to be woke without any seperators. e.g. 00DDFF4G22F0, , 400, 160
if ErrorLevel
... |
Topic: gender-verification by forename (cmd-line-tool & db) |
Zed Gecko
Replies: 2
Views: 2850
|
Forum: Utilities & Resources Posted: Fri Jan 09, 2009 6:16 pm Subject: gender-verification by forename (cmd-line-tool & db) |
The Author of gender.exe has published a new version.
You can download it
from http://www.heise.de/ct/ftp/07/17/182/
or from http://www.autohotkey.net/~Zed_Gecko/gender/0717-182.zip
WinGender w ... |
Topic: basic screensaver |
Zed Gecko
Replies: 25
Views: 5397
|
Forum: Scripts & Functions Posted: Thu Jan 08, 2009 5:12 pm Subject: basic screensaver |
iīve updated the code in the first post.
itīs a little different from the script, murple posted.
it displays a a GUI and not just a Control in preview mode,
now choosing another saver in the Disp ... |
| |