Search found 1418 matches

by SOTE
12 Feb 2022, 16:12
Forum: AutoHotkey Development
Topic: AHK v1 v2 ? Which one for a beginner ?
Replies: 14
Views: 10134

Re: AHK v1 v2 ? Which one for a beginner ?

newbie007 My opinion (which is somewhat similar to william_ahk) is it would be better to use AHK v1, because of so much example code and help. Particularly those that are new to programming or are just casual users, versus those that may already be advanced programmers in other languages. A lot of ...
by SOTE
04 Feb 2022, 22:04
Forum: Off-topic Discussion
Topic: Where is jeeswg?
Replies: 18
Views: 7601

Re: Where is jeeswg?

I wish the AutoHotkey Community gave jeeswg a new chance to participate in the forums. I've seen that he has contributed a few bits of code to v2 on GitHub so he's clearly still engaged with AutoHotkey and many of his forum threads are still very useful resources - I've learned a lot from them. I a...
by SOTE
03 Feb 2022, 09:59
Forum: Old Topics
Topic: Structor - Get the Offsets of Structures
Replies: 15
Views: 16654

Re: Structor - Get the Offsets of Structures

I'm a noob when talking about c++ and the likes, I'm writing here to ask any of you to which files should I point the 64 compilation. I've downloaded tmd-gcc-64 and installed it but I'm clueless as to which files do what. You should have 2 folders; TDMGCC32 and TDMGCC64. In both folders you will ha...
by SOTE
01 Feb 2022, 09:12
Forum: Ask for Help (v1)
Topic: [?] Can someone give me a rundown on how to include machine code in my script?
Replies: 2
Views: 343

Re: [?] Can someone give me a rundown on how to include machine code in my script?

An easier way is to #Include the DLL or add it as a resource. Then use DllCall in the script.

Another alternative is this newer method (MCL)- viewtopic.php?style=17&f=6&t=95133

So, between these various methods, one of them should work for you.
by SOTE
29 Jan 2022, 03:55
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1417470

Re: « What's on your mind? » Topic is solved

Android apps on Windows 11 I wonder if Android apps running freely on Windows is another one of those devious moves by Microsoft that has more to it than most would think. Seems a bit strange to be proud of a competitor gaining an even stronger foothold on your platform. There has been some debate ...
by SOTE
28 Jan 2022, 09:55
Forum: Tutorials (v1)
Topic: Create and Add a Free Certificate for Your Application
Replies: 9
Views: 7639

Re: Create and Add a Free Certificate for Your Application

SteveMylo First, I would say to pursue your dream, and see if it can become reality. Because at least you can say that you have tried, and will know the result versus it always being a fantasy. As for Digital Certificates, an argument can be made that the EV type is an expensive upfront cost, when ...
by SOTE
20 Jan 2022, 08:24
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996365

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

1. Image search doesn't work, no matter what I tried. 2. Control-based click cannot even recognize the control I clicked - it doesn't get its name/class/id, whatever. 3. The mouse recorder doesn't relate its clicks 4. I have to exit PMC then restart and reload the script, otherwise it doesn't work ...
by SOTE
20 Jan 2022, 06:52
Forum: Looking for Volunteers in other languages
Topic: [Paused] Looking for Volunteers
Replies: 62
Views: 31078

Re: Looking for Volunteers

Although the conversation was started for hindi... I think it's down to if we want to add dutch or arabic. I think arabic makes the most sense currently for the next language since it is the most different of the two with the current languages offered. :think: Looking into it a bit further, the iss...
by SOTE
20 Jan 2022, 05:44
Forum: Ask for Help (v1)
Topic: Apply action only to a certain type of ClassNN control Topic is solved
Replies: 9
Views: 1397

Re: Apply action only to a certain type of ClassNN control Topic is solved

Lem2001 ahk_id/handle/HWND "Each window or control has a unique ID, also known as a HWND (short for handle to window). This ID can be used to identify the window or control..." You can even quickly code your own simple version of AU3/AHK/WindowSpy to display info that you want, like below. #Persist...
by SOTE
19 Jan 2022, 16:57
Forum: Off-topic Discussion
Topic: Object-Oriented Programming Is Bad?
Replies: 18
Views: 14617

Re: Object-Oriented Programming Is Bad?

The famous game programmer (Braid, The Witness...) Jonathan Blow (Joe Blow), gives his thoughts on OOP (is referring to Class-based OOP not simpler structs or objects). "...but that's not actually solving the problem, it's just conforming to a belief structure that you have been given." Where did so...
by SOTE
18 Jan 2022, 08:10
Forum: Scripts and Functions (v1)
Topic: Call the v2 library in v1
Replies: 6
Views: 1626

Re: Call the v2 library in v1

Very interesting. Another good one, thqby :bravo:
by SOTE
18 Jan 2022, 08:04
Forum: Looking for Volunteers in other languages
Topic: [Paused] Looking for Volunteers
Replies: 62
Views: 31078

Re: Looking for Volunteers

Kind of seems like there are/were volunteers, just for different languages. I suppose a decision should be made, or will this stay open?
by SOTE
18 Jan 2022, 07:58
Forum: Other Utilities & Resources
Topic: Alt(ernative App)Store [iOS]
Replies: 6
Views: 4581

Re: Alt(ernative App)Store [iOS]

Interestingly, Riley Testut's AltStore is still going strong and has strong financial support, so looks like it will be around for a while.
by SOTE
05 Jan 2022, 11:18
Forum: General Discussion
Topic: Virus false-positives
Replies: 5
Views: 5034

Re: Virus false-positives

I dont get infected warning but have notice that i get high cpu usage in windows defender when autohotkeys is running. the two together are now using 30% of my i7 9700k. Windows 11 pro You have to really do your homework on high cpu usage, as there can be numerous causes. I'm almost of the mind tha...
by SOTE
19 Nov 2021, 18:08
Forum: Off-topic Discussion
Topic: Dropbox screws us again
Replies: 10
Views: 4785

Re: Dropbox screws us again

Personally, don't like the plans offered by pCloud, in respect to what a person can get for free from Google Drive, OneDrive, etc... pCloud is swinging way too hard for the fence, instead of going for the easier base hits that are available. They are offering some interesting features over Google Dr...
by SOTE
15 Nov 2021, 11:50
Forum: Other Utilities & Resources
Topic: My experience porting AHK scripts to Linux.
Replies: 42
Views: 49424

Re: My experience porting AHK scripts to Linux.

AHK is intuitive and easy to learn for the non-programmer... ...but moreso the massive struggle it can be to cast one type into another, such as the various convoluted methods of converting a string into a float, or sometimes even converting a string into a different *type* of string in order to be...
by SOTE
12 Nov 2021, 19:06
Forum: Looking for Volunteers in other languages
Topic: [Paused] Looking for Volunteers
Replies: 62
Views: 31078

Re: Looking for Volunteers

joedf wrote:
02 Sep 2021, 14:14
Oh okay, glad to see people starting to step up. We'll have to decide languages and how many or if all of them we should support. :mrgreen: :geek:
When are you guys going to decide? It appears you have Dutch and Arabic volunteers ready.
by SOTE
12 Nov 2021, 05:47
Forum: Scripts and Functions (v1)
Topic: oGDIp V3 – object-based GDI+ wrapper
Replies: 19
Views: 4067

Re: oGDIp V3 – object-based GDI+ wrapper

Awesome work! Thank you for the work! I agree about this, and thanks mcl. Great to see various GDI options. Does it cover all of the functions I covered in my GDI+ library edition? I see that you have been keeping your GDI+ library up to date (including AHK 1.1 and AHK 2 versions). I noticed becaus...
by SOTE
10 Nov 2021, 23:21
Forum: Ask for Help (v1)
Topic: Can't compile script: Windows virus alert
Replies: 11
Views: 1509

Re: Can't compile script: Windows virus alert

zvit I would suggest that you submit your AutoHotkey files (autohotkey.exe, ahk2exe.exe, etc...) to Microsoft as a false-positive to see what their assessment of it is. This includes submitting any other files that you are suspicious of. You do not want to just make blanket exceptions/exclusions, w...
by SOTE
10 Nov 2021, 19:50
Forum: KeySharp
Topic: Keysharp - the resurrection of IronAHK
Replies: 216
Views: 97708

Re: Keysharp - the resurrection of IronAHK

@mfeemster

If you could make the release prior to 12/25, that would be one hell of a Christmas gift to the AHK community. But no pressure... Whenever it's ready (when it's time, it's time), as will be great to see it.

Go to advanced search