Search found 1734 matches

by burque505
31 Jan 2019, 13:20
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

Hi Drugwash, thanks for keeping up with this. I've tried your script on AHK_L 1.1.30.01, Unicode 64-bit and both Ansi and Unicode 32-bit. Same result (i.e. no decimal constants). I also tried both your script and mine on a 32-bit XP VM (VirtualBox), and the decimals don't show in either your script ...
by burque505
30 Jan 2019, 19:10
Forum: Scripts and Functions (v1)
Topic: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click
Replies: 27
Views: 14327

Re: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click

Working fine for me with AHK_L 1.1.30.01, 64-bit, Win7 Pro 64-bit. No issues so far (using latest version of script from OP).
by burque505
30 Jan 2019, 16:16
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

Drugwash, I can't figure out yet why that column gets deleted in your version for me. I may eventually ... in the meantime, I posted another version at the top.
Thanks for all your help!
EDIT: Didn't see your edit. Sorry. Works!
Regards,
burque505
by burque505
30 Jan 2019, 13:20
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

Looks like this:
DW.GIF
DW.GIF (51.63 KiB) Viewed 3927 times
by burque505
30 Jan 2019, 09:20
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

@Drugwash, looks promising. On my Win7 64-bit system, AHK_L 1.1.30.01, the decimal numbers don't appear at all. Also (maybe it looks different in your browser), there's a reference to Starting with… and I'm not sure what that is really supposed to be. When I copied the code, it came up in UTF-8 wi...
by burque505
29 Jan 2019, 17:49
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

@jeeswg, I put your constants/enums in the attached version. @Drugwash -- tooltips :)

wm_search_19.jan.29.gif
wm_search_19.jan.29.gif (84.27 KiB) Viewed 4036 times
by burque505
29 Jan 2019, 09:53
Forum: Ask for Help (v1)
Topic: Active Window Contents without A Title
Replies: 6
Views: 1543

Re: Active Window Contents without A Title

@SL5 just posted a link to another spy tool, looks pretty good, maybe it'll help also.
AhkSpy.
Regards,
burque505
by burque505
29 Jan 2019, 09:50
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138141

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

@SL5, thanks for the tip about AhkSpy. I had not seen that.
Regards,
burque505
by burque505
29 Jan 2019, 09:47
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Re: Windows Message Search tool

@Drugwash, I can answer the first part of that, but not the second :). WineHQ was kind enough to provide it. Given that Wine has supported older versions of Windows in the past, I think the chances are at least fair to middling that the list is reasonably complete. Please let me know if anything's m...
by burque505
28 Jan 2019, 19:11
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138141

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

@sm1ng, If you use the {End} key in TypingAid instead of the {Escape} key, it will still dismiss the suggested completions and leave the caret in the same place. I don't know what effect the {End} key will have in Visual Studio, though, my apologies.

Regards,
burque505
by burque505
28 Jan 2019, 15:22
Forum: Ask for Help (v1)
Topic: Active Window Contents without A Title
Replies: 6
Views: 1543

Re: Active Window Contents without A Title

Ah, I see (I think). I bet you won't need anything but the ACC viewer you're using. I think the ACC structure might be different on 2008R2, but at any rate (if you haven't already, and I'll bet you have) take a look at jeeswg's ACC tutorial . You'll have to to up into the parent structure to get tha...
by burque505
28 Jan 2019, 14:24
Forum: Ask for Help (v1)
Topic: Active Window Contents without A Title
Replies: 6
Views: 1543

Re: Active Window Contents without A Title

@Autowake, this may serve only to divert your attention, if so, my apologies. 1) If I'm not mistaken, 2008R2 is 64-bit only, is the AHK you are running on it 64-bit? 2) ManagedWinAPITools may help. You can compile it from here. By coincidence, I just did that about ten minutes ago. There is a tiny p...
by burque505
26 Jan 2019, 15:48
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 187553

Re: [Archive] Collection of lost AHK Scripts & Libraries

Sounds like a good idea :) In the meantime, here's another Serenity script that I think is worth resurrecting also: ; WinEventHook Messages v0.3 by Serenity ; http://www.autohotkey.com/forum/viewtopic.php?t=35659 #SingleInstance Force #Persistent SetBatchLines,-1 ; Process, Priority,, High ExcludeSc...
by burque505
26 Jan 2019, 15:35
Forum: Scripts and Functions (v1)
Topic: Windows Message Search tool
Replies: 30
Views: 6377

Windows Message Search tool

This is basically a clone of the Excel and Word searches posted elsewhere in this topic. A picture is worth a thousand words, etc. :D Many thanks to Drugwash for mods and jeeswg for the constants. You may need Drugwash's version below for XP (I don't have that to test). Regards, burque505 wm_search-...
by burque505
26 Jan 2019, 13:40
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 187553

Re: [Archive] Collection of lost AHK Scripts & Libraries

I was wondering why HSHELL_RUDEAPPACTIVATED wasn't showing up. Here's why, I think. Global HSHELL_WINDOWCREATED = 1 Global HSHELL_WINDOWDESTROYED = 2 Global HSHELL_ACTIVATESHELLWINDOW = 3 Global HSHELL_WINDOWACTIVATED = 4 Global HSHELL_GETMINRECT = 5 Global HSHELL_REDRAW = 6 Global HSHELL_TASKMAN = ...
by burque505
26 Jan 2019, 08:39
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 187553

Re: [Archive] Collection of lost AHK Scripts & Libraries

@drugwash, nice mods! I like it. The addition of the Class column turns it from "nice to have" into a must. Great job.
Regards,
burque 505
off-topic: That's strange about that PNG file.
by burque505
25 Jan 2019, 17:38
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 187553

Re: [Archive] Collection of lost AHK Scripts & Libraries

I'd like to resurrect this script by Serenity from 2008: "ShellHook Messages". It still works great with AHK_L 1.1.30.01 64-bit, no mods. ; Resurrected from Serenity in this post: https://autohotkey.com/board/topic/32628-tool-shellhook-messages/ ; Still works great without modification #NoTrayIcon #...
by burque505
25 Jan 2019, 17:34
Forum: Scripts and Functions (v1)
Topic: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)
Replies: 16
Views: 6961

Re: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)

@User, this is really interesting. Thank you for sharing it. Do you have any idea how it could be adapted to determine when MsgBox windows appear? Neither "Event == 4" (no surprise there) or "Event == 32772" seem to pick that up. By the way, check out "ShellHook Messages" in this old post by Serenit...
by burque505
25 Jan 2019, 10:48
Forum: Scripts and Functions (v1)
Topic: Color MSGBOX - Use with great care!
Replies: 4
Views: 2556

Re: Color MSGBOX - Use with great care!

Thanks, HB, your GDIP stuff is a more sane approach to this :)
I just wanted to see if it could be done.
by burque505
24 Jan 2019, 18:03
Forum: Scripts and Functions (v1)
Topic: Color MSGBOX - Use with great care!
Replies: 4
Views: 2556

Re: Color MSGBOX - Use with great care!

@rommcek - thank you! Good to know about Win10, haven't tried it yet.

Go to advanced search