| Author |
Message |
Topic: TiddlyWiki helper |
Buddy
Replies: 3
Views: 4966
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 12:13 pm Subject: TiddlyWiki helper |
I don't know if someone knows about it or is using this ingenious tool called TiddlyWiki? It ranks, from my point of view, directly behind AutoHotkey.
It is a self-contained personal database, based ... |
Topic: WinExplorer auto-search |
Buddy
Replies: 6
Views: 2469
|
Forum: Scripts & Functions Posted: Mon Nov 23, 2009 7:07 pm Subject: WinExplorer auto-search |
pajenn
works great, i really appreciate your improvements... |
Topic: Send Skype command without API GUI |
Buddy
Replies: 3
Views: 2622
|
Forum: Ask for Help Posted: Sun Mar 29, 2009 3:58 pm Subject: Send Skype command without API GUI |
Try this.
I've changed my code from "
;---------------------------------------------------------------------------
; Define constants
;------------------------------------------------------ ... |
Topic: WinExplorer auto-search |
Buddy
Replies: 6
Views: 2469
|
Forum: Scripts & Functions Posted: Mon Mar 16, 2009 8:27 pm Subject: WinExplorer auto-search |
1. Added folders
2. Added AlwaysOnTop
3. Added Shift_ESC to exit the script and added a tray icon to Reload/Exit
By the way, is there a script like...
I'm using EditPlus for editing scripts and ... |
Topic: WinExplorer auto-search |
Buddy
Replies: 6
Views: 2469
|
Forum: Scripts & Functions Posted: Fri Feb 27, 2009 4:20 pm Subject: WinExplorer auto-search |
Have you ever wished to quickly auto-search files within the Windows Explorer ? Here it is.
By pressing the SPACE key, a tiny input field pops up, and as you start typing the filename, the resultin ... |
Topic: A working Skype API client |
Buddy
Replies: 13
Views: 8321
|
Forum: Scripts & Functions Posted: Tue Feb 10, 2009 6:33 pm Subject: A working Skype API client |
| Welcome! 1st comment at all. Glad to hear its helpful for you. |
Topic: ahkstructlib - Functions for use with Structures (version 2) |
Buddy
Replies: 69
Views: 15220
|
Forum: Scripts & Functions Posted: Sun Jan 25, 2009 11:33 am Subject: ahkstructlib - Functions for use with Structures (version 2) |
Great work, i really find it very useful.
To support the struct-in-struct scenario, could you expand the cStruct_get() function to allow for an address?varname or address?offset parameter input ?
... |
Topic: [module] Toolbar v2.31 |
Buddy
Replies: 66
Views: 12538
|
Forum: Scripts & Functions Posted: Wed Nov 26, 2008 6:41 pm Subject: [module] Toolbar v2.31 |
_Test.ahk delivers:
Error at line 815 in #include file "C:\....\Toolbar.ahk"
Line Text: %fun%
Error: Dynamic function calls are not supported.
What needs to be done to enable the mis ... |
Topic: A working Skype API client |
Buddy
Replies: 13
Views: 8321
|
Forum: Scripts & Functions Posted: Tue Oct 14, 2008 5:40 pm Subject: A working Skype API client |
This is a working Skype API client, similar to the C++ example provided on the Skype ApiDoc page. Thought i share, maybe some people are interested.
;------------------------------------------- ... |
Topic: [module] RaGrid 2.0.1.6-4 |
Buddy
Replies: 52
Views: 13032
|
Forum: Scripts & Functions Posted: Wed Nov 07, 2007 7:57 pm Subject: [module] RaGrid 2.0.1.6-4 |
A very nice control. Two questions arise, when using RaGrid:
1.) Is there a possibility to setup the conrol for multi-line selection and how do i get the set of selected rows ?
2.) How can i det ... |
Topic: "Live feed" of a command prompt window |
Buddy
Replies: 25
Views: 1995
|
Forum: Ask for Help Posted: Thu Aug 09, 2007 9:31 am Subject: "Live feed" of a command prompt window |
Hi all
thought to share my solution to grab the content of a hidden console window:
DetectHiddenText, On
Run, %ComSpec% /k dir,, Min, Pid
SetTitleMatchMode, 2
Sleep 200
MsgBox % getTextCli ... |
| |