Search found 18 matches

by blackjoker
09 May 2023, 08:24
Forum: Scripts and Functions (v1)
Topic: Easy OCR
Replies: 17
Views: 51305

Re: Easy OCR

:bravo: :bravo: :bravo: :bravo:
Usefull!

Tooltip on mouse - would be great - what was OCR'ED :}
by blackjoker
20 Jan 2023, 06:40
Forum: Ask for Help (v1)
Topic: I need a payable consultation for my AHK code. Topic is solved
Replies: 0
Views: 198

I need a payable consultation for my AHK code. Topic is solved

Hi, i code AHK only 2 years and i need payable remote consultation. I have 4 apps with one-file lib and i wanted to separate the code, and then got CLASS and FUNCTIONS (methods) mess. Also have few bugs in screen capture and Winhttp network error response. Main thing - i don't want to post my code t...
by blackjoker
28 Jul 2022, 10:09
Forum: Tutorials (v1)
Topic: Beginners OOP with AHK
Replies: 49
Views: 47908

Re: Beginners OOP with AHK

Thank you for the topic!
It is still actual and interesting.
by blackjoker
15 Jun 2021, 09:38
Forum: Ask for Help (v1)
Topic: Slider changes progressbar length and reloads gui Topic is solved
Replies: 4
Views: 461

Re: Slider changes progressbar length and reloads gui Topic is solved

Thank you Hellbent and boiler for help, i really apreciate that! And you totally solved my problem! :superhappy: Here is final code after your help :clap: : global PBS_SMOOTH := 0x00000001 global PBM_SETSTATE := WM_USER + 16 global PBST_NORMAL := 0x00000001 if (global Slider_length < 1) { global Sli...
by blackjoker
14 Jun 2021, 11:10
Forum: Ask for Help (v1)
Topic: Slider changes progressbar length and reloads gui Topic is solved
Replies: 4
Views: 461

Slider changes progressbar length and reloads gui Topic is solved

Hello, maybe someone could help me. I'm trying to create Slider which changes progressBar length (range) -> restarts GUI -> and to have progressbar with new parameter from slider. :arrow: Is that possible? :?: I tried to do that with global variables, but after reload it resets to default code and h...
by blackjoker
14 Jun 2021, 10:29
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

Nothing special, but for me that was a cost of 2-3 days searching... so maybe helps for someone: Moves file to another FTP location (changes dir location): hFTP := FTP.Open("AHK-FTP") hSession := FTP.Connect(hFTP, "ftp.example.com", 21, "user", "passwd") FTP.RenameFile(hSession, "/existing/directory...
by blackjoker
13 Jun 2021, 10:28
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

:superhappy:
Thank you malcev!

... :facepalm: on myself...
by blackjoker
13 Jun 2021, 08:16
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

Maybe someone could tell me, why these functions don't have filemove to other directory function? It’s open source, so there’s nothing stopping you from adding that capability. I take it from how you stated your question (as opposed to a feature request) that you consider it is so trivial to add it...
by blackjoker
13 Jun 2021, 05:44
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

I had an issue, when repeatedly downloading files from FTP server. :?: When code checks server every 20 seconds, and downloads smth it starts to download from Win Cache :think: even if in server file have been deleted. So for me helps additionals flags :dance: in method: FindFiles(hConnect, SearchFi...
by blackjoker
09 Jun 2021, 09:46
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

Maybe someone could tell me, why these functions don't have filemove to other directory function? I dont want to use formula Download file then upload file to other dir, because it uses traffic. Where am i wrong? How do you move files from one FTP dir to other FTP dir?
by blackjoker
07 Jun 2021, 13:22
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 9735

Re: [Class] FTP

Great work!!! Worked for me... Thank you!
by blackjoker
03 Feb 2021, 03:47
Forum: Tutorials (v1)
Topic: ProgressBar Examples
Replies: 21
Views: 44332

Re: ProgressBar Examples

Very usefull, thanks!
by blackjoker
29 Jan 2021, 12:10
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 65717

Re: Optical character recognition (OCR) with UWP API

Works fine for me!!!

Solid job @malcev @teadrinker @adegard !!! Thank you!
by blackjoker
27 Jan 2021, 02:00
Forum: Ask for Help (v1)
Topic: Screen capture - Selected area
Replies: 7
Views: 6132

Re: Screen capture - Selected area

Amaizing code! Thanks. You can try the following code to select an area on the screen, see it in the GUI, and save it to a file. Press Ctrl + X to select an area. Press Esc to exit. #NoEnv SetBatchLines, -1 Return Esc:: ExitApp ^X:: StartSelection() { Hotkey, LButton, Select, On ReplaceSystemCursors...
by blackjoker
31 Dec 2020, 05:41
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 994195

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

Happy New Year and all best luck!!! :xmas: There are internal variables that might work. You can try %Macro_On% and %mListRow% . No.. for me msg didn't showed anything... empty variables. :roll: Listvars - shows created variable, but none of them are internal. Are smthing similar as ListVar to inter...
by blackjoker
16 Dec 2020, 04:20
Forum: Off-topic Discussion
Topic: One small add banner to support community
Replies: 8
Views: 3512

One small add banner to support community

Hi everybody, admins, i want to explain you the issue why in my opinion AHK community should have an add banner (google ads or whatever..). if i like opensource projects i try to donate as much as i can, but secondly i have a habit of clicking add (usually not because of add) on open source projects...
by blackjoker
07 Dec 2020, 05:47
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 994195

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

Hi everybody,
maybe there is smth like variable about which part of code is entering or smth like that?
I mean - if msg is in 4 macro and 56row , then i do like %row% or %macro% and then prints for me: 56 4.
Ctrl+B window has this info, so just interested.
by blackjoker
02 Dec 2020, 14:35
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 109
Views: 86820

Re: Guestbook: say hi, thank you, whatever!

Hey, everybody, i found autohotkey together with pulover code, and i'm greatly impressed about how everything can be automated with Autohotkey and pulover app. I'm new to autohotkey, but 15 years ago was doing not much with automouse apps (that was dull clickers) so just ended with that as "unperspe...

Go to advanced search