Search found 49 matches

by lwx228
28 Feb 2024, 09:06
Forum: Ask for Help (v1)
Topic: How to get a handle to achieve background click operation?
Replies: 1
Views: 45

Re: How to get a handle to achieve background click operation?

SetTitleMatchMode, 2 ; WinActivate, Untitled - Notepad ; GetWindowHandleAtPos(x, y) { CoordMode, Mouse, Screen MouseMove, %x%, %y% Sleep, 100 ; WinGet, hwnd, ID, A MouseMove, %mouseX%, %mouseY% Return hwnd } CoordMode, Mouse, Screen mouseX := 3500 mouseY := 145 hwnd := GetWindowHandleAtPos(mouseX, ...
by lwx228
28 Feb 2024, 09:03
Forum: Ask for Help (v1)
Topic: How to get a handle to achieve background click operation?
Replies: 1
Views: 45

How to get a handle to achieve background click operation?

Find the AutoHotkey code: I opened Notepad at the same time, as well as another software, A.Notepad is the current operation interface. My screen is 3840*2160 and coordinates 3500*145 are in the software A range. How to write AHK implementation: Execute through coordinates 3500*145 position to get t...
by lwx228
01 Dec 2023, 07:32
Forum: Ask for Help (v1)
Topic: How can use AutoHotkey to remove a white background from an image?
Replies: 5
Views: 519

Re: How can use AutoHotkey to remove a white background from an image?

Thanks!
I am not used to the photo uploading function of this website.
by lwx228
25 Nov 2023, 09:04
Forum: Ask for Help (v1)
Topic: How to use AutoHotkey to crop and combine multiple images into one big image?
Replies: 6
Views: 474

Re: How to use AutoHotkey to crop and combine multiple images into one big image?

gregster wrote:
25 Nov 2023, 09:01
@lwx228, to use inline pictures in your posts, use the Place inline button in the Attachments tab (but no img-tags - which are for external images/links).
Thanks Experts!
by lwx228
25 Nov 2023, 08:56
Forum: Ask for Help (v1)
Topic: How to use AutoHotkey to crop and combine multiple images into one big image?
Replies: 6
Views: 474

Re: How to use AutoHotkey to crop and combine multiple images into one big image?

Thanks Experts!
I tried garry's code and ran it straight to get this effect.
But how do you crop the picture before stitching?
Further, how do I overlay images with AutoHotkey?I overlay an image with a transparent background on top of another image?

Image
by lwx228
25 Nov 2023, 00:21
Forum: Ask for Help (v1)
Topic: How to use AutoHotkey to crop and combine multiple images into one big image?
Replies: 6
Views: 474

How to use AutoHotkey to crop and combine multiple images into one big image?

Use AutoHotkey to download this URL image, download 4, each with the four sides of 100 pixels cropped out. http://www.userlogos.org/files/logos/jumpordie/autohotkey_02.png Then the 4 cropped pictures are stitched together by 2*2 to form a large image. The actual operation is to download 4 different ...
by lwx228
23 Aug 2023, 06:54
Forum: Ask for Help (v1)
Topic: How to write AutoHotkey to send F5 keys to PowerShell ISE in the background?
Replies: 1
Views: 139

Re: How to write AutoHotkey to send F5 keys to PowerShell ISE in the background?

Code: Select all

#Persistent

    WinActivate, ahk_exe powershell_ise.exe
    Send, {F5}
Sleep 200
ExitApp


This code will not be sent successfully after mstsc is turned off.
by lwx228
23 Aug 2023, 06:46
Forum: Ask for Help (v1)
Topic: How to write AutoHotkey to send F5 keys to PowerShell ISE in the background?
Replies: 1
Views: 139

How to write AutoHotkey to send F5 keys to PowerShell ISE in the background?

On a Windows Server 2012 server, how can I write AutoHotkey scripts that will not be disabled by shutting down mstsc,

such as writing to periodically send F5 keys to PowerShell ISE

Thanks!
by lwx228
06 May 2023, 19:15
Forum: Ask for Help (v1)
Topic: win7 OS and AutoHotkeyV1, which version of Tesseract OCR can be used?
Replies: 2
Views: 311

Re: win7 OS and AutoHotkeyV1, which version of Tesseract OCR can be used?

malcev wrote:
06 May 2023, 10:19
I think You can use the last version of tesseract.
Thanks!
OK
Image
by lwx228
05 May 2023, 09:11
Forum: Ask for Help (v1)
Topic: How to use AutoHotkey to convert the specified character to sha256 encryption? Topic is solved
Replies: 7
Views: 644

Re: How to use AutoHotkey to convert the specified character to sha256 encryption? Topic is solved

RDC wrote:
05 May 2023, 07:31
Looks like @jNizM may have your answer...

viewtopic.php?f=6&t=87
I don't need the form interface, just copy the result of converting this lhabceq6jdr to sha256 to the paste board.How do I modify the AutoHotkey script?

AutoHotkey V1

Thanks!

Image
by lwx228
05 May 2023, 08:42
Forum: Scripts and Functions (v1)
Topic: HashCalc
Replies: 15
Views: 12057

Re: HashCalc

lhabceq6jdr
by lwx228
05 May 2023, 08:39
Forum: Scripts and Functions (v1)
Topic: HashCalc
Replies: 15
Views: 12057

Re: HashCalc

jNizM wrote:
07 May 2020, 06:24
Update: v0.9.2
- Small update
I don't need the form interface, just copy the result of converting this lhabceq6jdr to sha256 to the paste board.How do I modify the AutoHotkey script?

AutoHotkey V1

Thanks!


Image
Image
by lwx228
26 Apr 2023, 23:12
Forum: Ask for Help (v1)
Topic: How can I run the following JS scripts in AutoHotkey?
Replies: 15
Views: 690

Re: How can I run the following JS scripts in AutoHotkey?

teadrinker wrote:
26 Apr 2023, 22:37
lwx228 wrote: Is it correct to display 5?
What do you mean? I see "4" in your screenshot.
I see
Image

Go to advanced search