Search found 460 matches

by DataLife
05 May 2021, 14:55
Forum: Scripts and Functions (v1)
Topic: Mouse over the file (do not need click) to preview the contents. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.
Replies: 21
Views: 5369

Re: Mouse over the file (do not need click) to preview the contents. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.

@tuzi try if (WinClass = "CabinetWClass" && CtrlClass = "DirectUIHWND3") It works if i remove : CtrlClass = "DirectUIHWND3" from the condition Fantastic, now it works for me too. btw, my File Explorer CtrlClass is DirectUIHWND2 That is why it was not working with && CtrlClass = "DirectUIHWND3" thanks
by DataLife
01 May 2021, 02:23
Forum: Scripts and Functions (v1)
Topic: Mouse over the file (do not need click) to preview the contents. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.
Replies: 21
Views: 5369

Re: Preview file content without click. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.

This looks really cool, but it did not work for me.

I do have file name extensions turned on. Although, mine is called "Hide extensions for known file types." and I do not have mine hidden.

Windows 10.
Ahk version 1.1.33.02
by DataLife
29 Apr 2021, 23:36
Forum: Scripts and Functions (v1)
Topic: YouTube automatic ad skipper: Get past ads automatically
Replies: 5
Views: 1245

Re: YouTube automatic ad skipper: Get past ads automatically

I would use this script if you included Screen_20210429134413.png
by DataLife
24 Apr 2021, 07:28
Forum: Ask for Help (v1)
Topic: Data leaking into function Topic is solved
Replies: 7
Views: 425

Re: Data leaking into function Topic is solved

Your use case can still utilize StrSplit instead of StringSplit All of these suggestions are how to avoid data leaking into my function. I already know how to do that. I was looking to find out why this was happening and if it was intentional. You showed me the reason is a dynamic variable. I looke...
by DataLife
24 Apr 2021, 07:05
Forum: Ask for Help (v1)
Topic: Data leaking into function Topic is solved
Replies: 7
Views: 425

Re: Data leaking into function Topic is solved

MsgBox, % reverse("apple red this") reverse(str) { For index, word in StrSplit(str, " ") rev := word " " rev Return Trim(rev) } thanks for the suggestion but the function I posted is only an example of the issue and your code does not work with my original function in my original script. I am passi...
by DataLife
24 Apr 2021, 06:47
Forum: Ask for Help (v1)
Topic: Data leaking into function Topic is solved
Replies: 7
Views: 425

Re: Data leaking into function Topic is solved

Dynamic variables such as though with “pseudo” arrays are resolved to globals at least under certain conditions but maybe all the time. I’d recommend not using dynamic variable names like that and use actual arrays. Which variable is dynamic? Edit... Upon further review...OutPutArray%a_index% is a ...
by DataLife
24 Apr 2021, 06:32
Forum: Ask for Help (v1)
Topic: Data leaking into function Topic is solved
Replies: 7
Views: 425

Data leaking into function Topic is solved

Please excuse my terminology. I am sure I am calling things by the wrong names. I always thought the only way data can get into a function is thru through calling the function with parameters. But I stumbled on another way. I created the script and function below to demonstrate the issue. The functi...
by DataLife
18 Apr 2021, 00:30
Forum: Ask for Help (v1)
Topic: Last Name First with middle names
Replies: 5
Views: 461

Re: Last Name First with middle names

@boiler @flyingDman thanks to both of you. All your examples suits my needs. As far as still having issues with last names like Van Halen, the user of my script will be entering the last name in an edit box. In the Ini file I will store the last name as Van*Halen then whenever I need to display the ...
by DataLife
16 Apr 2021, 23:44
Forum: Ask for Help (v1)
Topic: Last Name First with middle names
Replies: 5
Views: 461

Last Name First with middle names

I was able to come up with a solution but I suspect there is a much shorter and smarter way to accomplish this. Maybe regex? Which I have tried and failed to understand beyond some basic regex. Start with names like this... Mary Jo Louise Smith Mary Jo Smith Mary Smith and end up with names like thi...
by DataLife
02 Mar 2021, 12:59
Forum: Ask for Help (v1)
Topic: Get web page contents
Replies: 4
Views: 620

Re: Get web page contents

If the HTML code doesn’t contain the data because it’s generated by a Javascript call, you can send ^a^c to a browser displaying the page to capture the contents to the clipboard, then parse the captured text to get the list of detections. That was my original plan, but then I wanted to do it witho...
by DataLife
02 Mar 2021, 12:39
Forum: Ask for Help (v1)
Topic: Get web page contents
Replies: 4
Views: 620

Re: Get web page contents

Bump!...
by DataLife
01 Mar 2021, 18:14
Forum: Scripts and Functions (v1)
Topic: 4k window manager
Replies: 5
Views: 3310

Re: 4k window manager

A_NewUser wrote:
01 Mar 2021, 11:28
Hey, @Roel
Nice script!
But, where I can download WinGetPosEx.ahk??
https://www.autohotkey.com/boards/viewtopic.php?t=3392
by DataLife
28 Feb 2021, 16:34
Forum: Ask for Help (v1)
Topic: Get web page contents
Replies: 4
Views: 620

Get web page contents

I need to get the contents of VirusTotals results page. https://www.virustotal.com/gui/file/0775927a2db7eb4162a0107bdae764a20e9acf2cecc04de7ad2b5ac16d239ff8/detection The code below gets something but not the list of detections. POST_Data := "" ; Typically, POST data is used for submitting data, lik...
by DataLife
25 Feb 2021, 01:05
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

Re: False Positive Battle

I think the problem would be solved if VirusTotal would require the Antivirus companies that they use to respond to False Positive reports or their Antivirus program would not be used by VirusTotal. I have been submitting False Positive reports for more then 12 years. Rising and Cylance has never r...
by DataLife
25 Feb 2021, 00:57
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

Re: False Positive Battle

They have not provided any extra info. Quote "Our virus specialists have been working on this request and they confirmed this detection is correct." and Quote "The following files were found to be suspicious*, and hence were not flagged as wrong detections:" Actually not "files" just one file. Afte...
by DataLife
25 Feb 2021, 00:01
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

Re: False Positive Battle

I think us AHKers will have to concentrate a bit more on VirusTotal itself. That is, sign up on VirusTotal directly ( https://www.virustotal.com/gui/join-us ), and then comment about AntiVirus companies that are doing AutoHotkey dirty or are unresponsive to users. Another route is that you can send...
by DataLife
24 Feb 2021, 23:46
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

Re: False Positive Battle

Have you tried compiling AutoHotkey_H using exe instead of bin? 4/70 on 32-bit Unicode MD: https://www.virustotal.com/gui/file/2f6e9e179fed4de8f6b0b6b5c60e7b7f9dca9f2695c57159cfd86d76116b4aba/detection 3/70 on 64-bit MD: https://www.virustotal.com/gui/file/7bb8b3b89e8d01eedc48db01e4c6d9890d0eb2f3c4...
by DataLife
24 Feb 2021, 23:42
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

Re: False Positive Battle

I am really sorry to hear that. I mean it's a well-known issue - still your experience seems extreme. To understand what's going on, let me ask some questions. 14 seems a lot, even for AHK. Did you get any info why it was deemed no false positive ? And are you applying additional compressing/obfusc...
by DataLife
24 Feb 2021, 14:48
Forum: General Discussion
Topic: False Positive Battle
Replies: 15
Views: 7158

False Positive Battle

Well after 12 years of fighting the antivirus companies over false positives it appears they have won. 14 out of 70 antivirus products on VirusTotal detects something and I can not get most of them to respond to false positive reports. Some AVG, Avast, SecureAPlus replied back that it is not a false...
by DataLife
24 Feb 2021, 09:28
Forum: Scripts and Functions (v1)
Topic: Highlighter tool
Replies: 5
Views: 803

Re: Highlighter tool

It took me a little while to figure out how to use this. I was pressing and holding the F key then click and dragging the L button. Maybe the opening post should say "F key and click to start then F key and click to stop at the desired position". Also, I suggest using #SingleInstance, force to avoid...

Go to advanced search