| Author |
Message |
Topic: LopeSoft's FileMenu Tools |
JGR
Replies: 6
Views: 3122
|
Forum: Utilities & Resources Posted: Mon Oct 03, 2011 7:31 pm Subject: Re: LopeSoft's FileMenu Tools |
Brilliant - recommending something that you haven't tried.
Surely 4 years is enough time for you to try it instead?
Anyway, it seems that the link in my last post is broken and old, so here's a ne ... |
Topic: JGR - Status of your CBTHook / AHKHook.dll |
JGR
Replies: 5
Views: 360
|
Forum: Ask for Help Posted: Fri Apr 08, 2011 12:03 am Subject: JGR - Status of your CBTHook / AHKHook.dll |
I've not looked into hooking at all since I wrote those dlls however many years ago that was. So at present I have no real insights into how you could do that.
Console windows do not have a (user s ... |
Topic: JGR - Status of your CBTHook / AHKHook.dll |
JGR
Replies: 5
Views: 360
|
Forum: Ask for Help Posted: Tue Dec 28, 2010 1:10 am Subject: JGR - Status of your CBTHook / AHKHook.dll |
I don't come here very often, so you need to PM me if you want a timely response. I wouldn't have seen this at all if I hadn't searched my name as you'd done...
As for hooking, I've not done any de ... |
Topic: My status and website changes |
JGR
Replies: 87
Views: 14010
|
Forum: Announcements Posted: Thu Oct 21, 2010 7:50 pm Subject: My status and website changes |
Many thanks for all that you've done Chris.
AHK has been invaluably useful over the years.
While brief, working with you was a pleasure.
I may well look into this latest branch. AHK_L looks i ... |
Topic: npipe - various IO and data conversion operations [W32 CMD] |
JGR
Replies: 0
Views: 787
|
Forum: Utilities & Resources Posted: Wed Jul 21, 2010 11:15 am Subject: npipe - various IO and data conversion operations [W32 CMD] |
http://npipe.sourceforge.net/
Text ripped from sourceforge page:
"A utility to read/write from: pipes, sockets, standard handles, files, block devices, NT Native API objects, file mapping/sec ... |
Topic: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
JGR
Replies: 9
Views: 2940
|
Forum: Ask for Help Posted: Sat Jul 17, 2010 8:15 am Subject: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
Edit:
Much of that was wrong, rewriting post again...
It is perfectly possible to capture all message traffic using a WH_GETMESSAGE or perhaps WH_CALLWNDPROC SetWindowsHookEx via that hook dll, ho ... |
Topic: Yet Another Accent Script |
JGR
Replies: 0
Views: 1853
|
Forum: Scripts & Functions Posted: Thu Sep 25, 2008 10:57 am Subject: Yet Another Accent Script |
This is the accent processing section of my home AHK setup...
Included are the entire greek alphabet in upper and lower case, various miscellaneous characters, and a mechanism where one or more of ... |
Topic: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
JGR
Replies: 9
Views: 2940
|
Forum: Ask for Help Posted: Thu Aug 30, 2007 7:03 pm Subject: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
| I have just come back from holiday, and school starts tomorrow, so the chances of this happening soon are so close to zero that it is effectively abandoned until I can find a spare few days, in the up ... |
Topic: Machine code functions: Bit Wizardry |
JGR
Replies: 346
Views: 67381
|
Forum: Scripts & Functions Posted: Tue Jul 24, 2007 1:00 pm Subject: Machine code functions: Bit Wizardry |
You may wish to investigate the GNU bignum library which does arbitrary precision/magnitude arithmetic for integers, floats and fractions...
It is available in dll form, so ought to be usable.
ftp:/ ... |
Topic: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
JGR
Replies: 9
Views: 2940
|
Forum: Ask for Help Posted: Sat Jul 21, 2007 12:06 pm Subject: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
After some research, it emerges that the only method from the above which could be done using the current dlls, and which would enable you to record WM_COMMAND ids and hwnds is the getmessage hook.
Y ... |
Topic: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
JGR
Replies: 9
Views: 2940
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 10:44 pm Subject: Help Advanced! Hook WM_COMMAND with JGRs Hook.dll? |
Slaya:
There are several ways which you could go about this.
SetWinEventHook could be used, but this would probably be tricky to determine the WM_COMMAND parameter, and might have mixed reliabil ... |
Topic: v1.0.46 released: SubStr() and more expression operators |
JGR
Replies: 112
Views: 27901
|
Forum: Announcements Posted: Tue Jun 12, 2007 2:29 pm Subject: v1.0.46 released: SubStr() and more expression operators |
I would advise that the safe, conservative behaviour (slow) be the default, the existing syntax also implies this.
Consider the following:
hook:=RegisterCallback("somefunction","F ... |
Topic: DllCall and ComCtl32.dll |
JGR
Replies: 2
Views: 608
|
Forum: Ask for Help Posted: Mon Jun 11, 2007 7:37 pm Subject: DllCall and ComCtl32.dll |
There is no function called ListView_SetSelectionMark in comctl32.dll
Look at http://msdn2.microsoft.com/en-us/library/ms671362.aspx
MS commctrl.h says:
#define ListView_SetSelectionMark(hwnd, ... |
Topic: v1.0.46 released: SubStr() and more expression operators |
JGR
Replies: 112
Views: 27901
|
Forum: Announcements Posted: Mon Jun 11, 2007 5:08 pm Subject: v1.0.46 released: SubStr() and more expression operators |
callback.dll,wineventhook.dll & wineventhookq.dll are all superfluous with built in callbacks.
However cbthook.dll still necessary for CBT hooks, as they require dll injection...
JGR |
Topic: WheelRight and WheelLeft events, WHEN? |
JGR
Replies: 3
Views: 729
|
Forum: Ask for Help Posted: Thu May 31, 2007 6:11 am Subject: WheelRight and WheelLeft events, WHEN? |
Look in your key history, it may be registered as XButton1/2 or as a numeric code.
(You would need the mouse hook installed to test this).
JGR |
| |