| Author |
Message |
Topic: Listbox with incremental search |
Joy2DWorld
Replies: 25
Views: 19676
|
Forum: Scripts & Functions Posted: Mon Feb 06, 2012 10:02 am Subject: Listbox with incremental search |
will listbox or kollector allow me to look for lines of words in a txt file and be able to exclude showing those lines if they contain a specific keyword?
An example would be display all "Item s ... |
Topic: [Function] Custom Msgbox / Custom Buttons |
Joy2DWorld
Replies: 15
Views: 5156
|
Forum: Scripts & Functions Posted: Sun Jan 01, 2012 8:41 pm Subject: [Function] Custom Msgbox / Custom Buttons |
DualDisplay(hwnd,x){
sysget, m1, monitor, 1
sysget, m2, monitor, 2
Coordmode, Mouse, Screen
MouseGetPos, m_x
m_l := (m_x > m1right) ? m1right : ((m_x ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 40
Views: 9111
|
Forum: Scripts & Functions Posted: Wed Mar 23, 2011 10:07 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
| as long as you don't use any foul langauge in the subject ..... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 40
Views: 9111
|
Forum: Scripts & Functions Posted: Wed Mar 16, 2011 2:27 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
there is much, but key to define scope for vars properly.
ie., local vars should not be 'global' in scope.
vars needed globally can be define explicit as global...
(hope this makes sense) |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 40
Views: 9111
|
Forum: Scripts & Functions Posted: Mon Mar 14, 2011 10:45 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
yeah,
GlobalAlloc is a windows function. See what it does..... ie., look it up (searching here or on MS website, etc.).
....
you cannot 'create' a structure.
a structure is the way a ... |
Topic: uTorrent :: WM_COMMAND > wParam values for Menu items |
Joy2DWorld
Replies: 18
Views: 3009
|
Forum: Scripts & Functions Posted: Tue Jan 18, 2011 2:16 pm Subject: uTorrent :: WM_COMMAND > wParam values for Menu items |
| exactly. |
Topic: uTorrent :: WM_COMMAND > wParam values for Menu items |
Joy2DWorld
Replies: 18
Views: 3009
|
Forum: Scripts & Functions Posted: Mon Jan 17, 2011 4:51 am Subject: uTorrent :: WM_COMMAND > wParam values for Menu items |
right,
it documents what is going on,
this_var := 1, that_var := 2
sets the vars, but also documents what is what...
can take out the this_var := if desired. |
Topic: Dual Display Toggle (Display Properties Replacement) |
Joy2DWorld
Replies: 17
Views: 15110
|
Forum: Scripts & Functions Posted: Sun Oct 03, 2010 6:17 pm Subject: Dual Display Toggle (Display Properties Replacement) |
have not looked at closely, but
if change Loop to something like Loop, 12
and make the if A-index=12 instead of 4,
should work on more systems.
hope clear to helpful.
Loop,12
... |
Topic: ahk actually fully opensource ? ahk2exe source ? bin help? |
Joy2DWorld
Replies: 2
Views: 540
|
Forum: Ask for Help Posted: Wed Aug 04, 2010 1:41 pm Subject: ahk actually fully opensource ? ahk2exe source ? bin help? |
| Thanks. |
Topic: Interprocess communication using Mailslots |
Joy2DWorld
Replies: 12
Views: 3130
|
Forum: Scripts & Functions Posted: Tue Jul 06, 2010 9:49 am Subject: Interprocess communication using Mailslots |
hey, is very cool idea!
very clear explanation & code. Fantastic contribution. |
Topic: [Class] _Struct + [Func] sizeof ! New Version ! |
Joy2DWorld
Replies: 103
Views: 10616
|
Forum: Scripts & Functions Posted: Tue Jul 06, 2010 9:31 am Subject: [Class] _Struct + [Func] sizeof ! New Version ! |
Thanks for this library. Nicely done and very useful. Structs are finally the way it should be.
As related, here is alternative for AHK & AHKL:
OK, so i go look at link and neat doc set. ... |
Topic: Memory Cleanup - A simple GUI for the EmptyWorkingSet API |
Joy2DWorld
Replies: 7
Views: 3071
|
Forum: Scripts & Functions Posted: Thu Jun 03, 2010 6:07 pm Subject: Memory Cleanup - A simple GUI for the EmptyWorkingSet API |
- The only thing I would like to do further with this script is get it to clear the system cache in a similar manner to how the sysinternals GREATLY appreciated.
Bump in hopes that someone can help ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 40
Views: 9111
|
Forum: Scripts & Functions Posted: Mon May 03, 2010 3:27 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
http://www.autohotkey.net/~Joy2DWorld/DDE/XLMACR8.HLP
and use those as commands to send to Excel,
but really, you want the COM excel interface. seems like will be much what you are wanting. ... |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
Joy2DWorld
Replies: 1035
Views: 177186
|
Forum: Scripts & Functions Posted: Tue Apr 20, 2010 5:11 pm Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
my guess is you don't have unicode language support installed on test systems. if that is wrong, say.
if not wrong, install (add support for chinese or hebrew or arabic or something that for sure ... |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
Joy2DWorld
Replies: 1035
Views: 177186
|
Forum: Scripts & Functions Posted: Tue Apr 20, 2010 4:40 am Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
Joy2DWorld~
Firewall is completely off. Removed router so all ports are open. Compiled and tried on multiple XP pro SP3 machines. Still does not work. I am completely out of ideas here.
if you c ... |
| |