Search found 5 matches

by mudslap
08 Mar 2023, 12:15
Forum: Scripts and Functions (v1)
Topic: ControlProcessLib : A "fake" ControlSend
Replies: 3
Views: 721

Re: ControlProcessLib : A "fake" ControlSend

it works but i can't open the program after it is minimized
by mudslap
03 Nov 2022, 19:00
Forum: Ask for Help (v1)
Topic: How to capitalize "A_Index" as a text in tooltip?
Replies: 1
Views: 179

How to capitalize "A_Index" as a text in tooltip?

For example A"_Index" for: ToolTipString .= "`n" "[" EndKeyArray[A_Index] "]" " - " Trim(EndKeyToolTipArray[A_Index], A_Space) Above just means Add a new line, "[button pressed] - (xxx)" How do I make the A_Index on tooltip text shows as capitalized such that: [a] - (xxx), becomes: [A] - (xxx) inste...
by mudslap
10 Oct 2022, 21:30
Forum: Ask for Help (v1)
Topic: Delete first file in a folder
Replies: 6
Views: 420

Re: Delete first file in a folder

Welcome to this AutoHotkey forum! What does "first" mean? Alphabetically? Newest? Oldest? File with a specific extension? Other? https://www.autohotkey.com/docs/commands/LoopFile.htm#ExSortName I want to delete the first file in a folder. Here's the situation: I create two png files at the same tim...
by mudslap
10 Oct 2022, 19:29
Forum: Ask for Help (v1)
Topic: Delete first file in a folder
Replies: 6
Views: 420

Re: Delete first file in a folder

What i mean to say is how do I delete the newest file in a folder?
by mudslap
10 Oct 2022, 18:51
Forum: Ask for Help (v1)
Topic: Delete first file in a folder
Replies: 6
Views: 420

Delete first file in a folder

Basically I'm using Snip Tool (Win+Shift+S) and require only the png file. (Please don't recommend me a new software install)

However, the temporary folder has 3 elements.
1) json file
2) preview png file too. I managed to remove .json file using "FileDelete, C:\SnipToolDir\*.json

Go to advanced search