Search found 2206 matches

by JoeWinograd
Yesterday, 03:20
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Re: Error trying to download the V1 and V2 files with current version number

Thanks for the idea. although I don't see anything with V1 in it at the first link. I know that V1 is deprecated, but I have high hopes that we may see something beyond 1.1.37.02, especially if a future version of Windows makes it necessary. It is not feasible to convert from V1 to V2 all the progra...
by JoeWinograd
12 May 2024, 01:55
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Re: Error trying to download the V1 and V2 files with current version number

I get the feeling that it has something to do with the https://www.autohotkey.com domain, as downloads from other domains work. For example, the downloads work fine in the scripts I posted with this URL: https://raw.githubusercontent.com/AutoHotkey/AutoHotkey/alpha/license.txt Also, it's not just th...
by JoeWinograd
11 May 2024, 22:29
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Re: Error trying to download the V1 and V2 files with current version number

joedf wrote:Works on one PC but not on my other PC
Fails on every PC here that I've tried it on, including W8.1, W10, and W11. Still happening...just tried it on all three of those systems...both V1 and V2. Hoping someone can fix this. Regards, Joe
by JoeWinograd
06 May 2024, 12:05
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Re: Error trying to download the V1 and V2 files with current version number

Hi Folks,
I don't know if anyone is looking into this, but just a quick note to say that, as of a few minutes ago, it is still not working (neither V1 nor V2). Regards, Joe
by JoeWinograd
29 Apr 2024, 18:05
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Re: Error trying to download the V1 and V2 files with current version number

Hi TAC,
Thanks for the explanation...much appreciated! Cheers, Joe
by JoeWinograd
29 Apr 2024, 15:07
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 21
Views: 1746

Error trying to download the V1 and V2 files with current version number

Hi Folks, I've been using two scripts for many years to download the current AHK version number, compare it to what I'm running, and offer to download the installer or ZIP file. The download of the V1 and V2 files with the version number stopped working sometime within the past few days. I extracted...
by JoeWinograd
22 Apr 2024, 14:18
Forum: Ask for Help (v1)
Topic: How to get SplitStr to find this " - " Topic is solved
Replies: 3
Views: 172

Re: How to get SplitStr to find this " - " Topic is solved

You're very welcome, Ragnar, I'm glad that it works for you. Regards, Joe
by JoeWinograd
22 Apr 2024, 13:12
Forum: Ask for Help (v1)
Topic: How to get SplitStr to find this " - " Topic is solved
Replies: 3
Views: 172

Re: How to get SplitStr to find this " - " Topic is solved

Hi Ragnar, I see that this is your first post here, so let me start with...Welcome Aboard! How to get SplitStr to find this " - " The function is StrSplit , not SplitStr . it doesnt work because some folder names contain that on several occasions I assume that you want the first part to be everythin...
by JoeWinograd
14 Apr 2024, 14:38
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 239

Re: Storing PID of a window

How did you do that so quick? *I* did not. The bulk of the code was at the link that I gave you earlier in this thread (which I thought you had checked out when I posted it, but obviously not). All I did was add a few lines of code to display the taskbar position number in the ending MsgBox. WinAct...
by JoeWinograd
14 Apr 2024, 11:43
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 239

Re: Storing PID of a window

pseudo-code Very helpful! I don't know much about Acc . There may be a way to get the PID inside the For Each,Child loop. Let's hope an Acc expert jumps in with that. Attached is a minor modification of the script that shows the position number on the taskbar for each button. The MsgBox at the end ...
by JoeWinograd
13 Apr 2024, 17:31
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 239

Re: Storing PID of a window

Maybe I am not explaining myself adequately Maybe, or maybe it's me, but I am definitely not understanding what you want. For looking at all the buttons on the taskbar by position number, check out this script: https://www.autohotkey.com/boards/viewtopic.php?t=94563#p419941 The test MsgBox in there...
by JoeWinograd
13 Apr 2024, 15:15
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 239

Re: Storing PID of a window

If they all have the same Title , how do you want to refer to them so that you'll know which PID opens which window? If the only way to know is via their positions on the taskbar, I would think that #N is as good a method as any. It's certainly easy enough to search all the PIDs in the system and fi...
by JoeWinograd
13 Apr 2024, 13:33
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 239

Re: Storing PID of a window

Use the WinGet command with the PID subcommand.
by JoeWinograd
10 Apr 2024, 16:48
Forum: Scripts and Functions (v1)
Topic: ScriptGuard: Helps Protect Compiled Scripts from Decompilation
Replies: 74
Views: 20953

Re: ScriptGuard: Helps Protect Compiled Scripts from Decompilation

is there a thread to tackle that? I don't know, but I think this is a fine place to discuss it. In TAC109's first post in this thread, he mentions MPRESS and UPX (in the ScriptGuard2 Restrictions section). Also, there are many other posts about compression/MPRESS/UPX during the almost four years si...
by JoeWinograd
10 Apr 2024, 00:05
Forum: Scripts and Functions (v1)
Topic: ScriptGuard: Helps Protect Compiled Scripts from Decompilation
Replies: 74
Views: 20953

Re: ScriptGuard: Helps Protect Compiled Scripts from Decompilation

it's a false positive so just have to put on allow list Yes, of course it's a false positive, and it's easy for you to whitelist, but if you distribute your programs to other users, it's problematic to get them to whitelist...that's extremely undesirable, especially when the false positive results ...
by JoeWinograd
09 Apr 2024, 21:25
Forum: Scripts and Functions (v1)
Topic: ScriptGuard: Helps Protect Compiled Scripts from Decompilation
Replies: 74
Views: 20953

Re: ScriptGuard: Helps Protect Compiled Scripts from Decompilation

Maybe I'll try UPX then. Doesn't hurt to try it, but as I mentioned earlier, I've had terrible results over the years with it. Every so often I'll try UPX again, especially when there's been a new release, but the anti-virus/anti-malware programs always kill it. Once I found the sizing work-around ...
by JoeWinograd
09 Apr 2024, 13:05
Forum: Scripts and Functions (v1)
Topic: ScriptGuard: Helps Protect Compiled Scripts from Decompilation
Replies: 74
Views: 20953

Re: ScriptGuard: Helps Protect Compiled Scripts from Decompilation

Can help please? Hi jsong, This is a common problem with MPRESS that I've had to deal with for many years. I'm pretty sure (but not certain) that it is related to the size of the executable. I say that because my work-around is to include or exclude some additional code (unused, of course) to make ...
by JoeWinograd
31 Mar 2024, 15:40
Forum: Forum Issues
Topic: Cannot attach PDF file to post
Replies: 2
Views: 316

Re: Cannot attach PDF file to post

Hi Joe,
Thanks for the idea! Just tested a PDF file inside a ZIP file...worked fine! Makes it all the more reasonable to allow uploads of PDFs directly. Regards, Joe
by JoeWinograd
30 Mar 2024, 20:07
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 523

Re: Wrap

You're very welcome! Cheers, Joe
by JoeWinograd
30 Mar 2024, 19:38
Forum: Ask for Help (v1)
Topic: Wrap
Replies: 14
Views: 523

Re: Wrap

Any direction there would be apprecative ... how do I test it via pdf? You need to get the name of the PDF print driver (it's in Devices and Printers). For example, if you use a third-party PDF print driver, its name may be something like Bullzip PDF Printer, CutePDF Writer, doPDF 11, etc. If you u...

Go to advanced search