Search found 6 matches

by R0nya
13 Jun 2020, 08:05
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 135301

Re: AHK源代码加密器 v2.8

feiyue wrote:
12 Jun 2020, 23:25
@R0nya
Don't use A_ScriptDir variable. Or use A_ScriptDir2 variable:

Code: Select all

Global A_ScriptDir2 := A_WorkingDir
Thx but it's something happened with my system any encoded script even simpliest have the same error, but it's work on other comuters... :crazy:
by R0nya
10 Jun 2020, 10:00
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570719

Re: FindText - Capture screen image into text and then find it Topic is solved

The bug?
When I use BindWindow the function uses coordinates not of that window but the whole screen so if I move that window the script won't find anything. I guess it's supposed to use coordinates only on the selected window.
by R0nya
17 May 2020, 17:37
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 247593

Re: GDI+ standard library 1.45 by tic

This one works for me ;********************************************************************************** ; ; Gdip_ImageSearch() ; by MasterFocus - 02/APRIL/2013 00:30h BRT ; Thanks to guest3456 for helping me ponder some ideas ; Requires GDIP, Gdip_SetBitmapTransColor() and Gdip_MultiLockedBitsSear...
by R0nya
13 May 2020, 16:12
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 247593

Re: GDI+ standard library 1.45 by tic

I can't find ImageSearch in that Compilation
by R0nya
07 May 2020, 15:36
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 64514

Re: Optical character recognition (OCR) with UWP API

Nice OCR very fast! And it's not killing my CPU like tesseract! Thanks, guys.
How to implement hwnd here to get a screenshot from the window not the whole screen?


Edit

seems works

Code: Select all

HDC := DllCall("GetDC", "Ptr", hwnd, "UPtr")
by R0nya
28 Apr 2020, 17:53
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 135301

Re: AHK源代码加密器 v2.7

pjZCgyP[1].png
pjZCgyP[1].png (4.38 KiB) Viewed 19391 times
Any script I've encrypted shows that error. What i do wrong? Help plz

Go to advanced search