Tutorials (v2) • Re: A_OSVersion for Win10/11
For anyone who stumbles across this post, here is a simple function to determine if you're running Windows 10 or Windows 11.CODE: GetWinOSVersion(){ i := A_OSVersion If (i < 10.0.20000) ; You're...
View ArticleScripts and Functions (v2) • Re: HotGestures - Customize and recognize mouse...
@GollyJer, I didn't test it, but I would have tried AHK hotkey syntax: "^Rbutton"; it looks like this built-in function is also used in the source code.Statistics: Posted by gregster — Today, 16:35
View ArticleGaming • Pressing buttons on a game in the background
Hello I'm new, Id like to Make a script for a game I'm playing that allows us to use two accounts. My other account would be playing with me in the background and I'd like make a script so when I...
View ArticleAsk for Help (v2) • Re: GDI+ Gui Pic Issue
No, it's not necessary in this case:I know.CODE: ...; Create picture controlhCanvas := oGui.Add("Picture", "x0 y0 w640 h480 +0xE") ; SS_BITMAP...Statistics: Posted by just me — 16 minutes ago
View ArticleAsk for Help (v1) • Re: Wrap
Well finally got an ink cartridge Joe.OK, but remember my earlier comment...you can test "printing" to a PDF file.Your script ...One thing that I want to make very clear...it is NOT my script. All I...
View ArticleAsk for Help (v2) • Re: Simple logic question... Best way for "for...
If I understand what you are asking... my preference would be a dedicated function...Might even be worth adding a custom method for arrayCODE: a := ['a','b','c','d','e','f']MsgBox...
View ArticleAsk for Help (v2) • Re: use control and a number to make a hotkey
I have never figured out why people post images of their text, instead of posting the script. Yes, if CapsLock is on, then the pressed keys will reflect that. I am still not sure what you specifically...
View ArticleScripts and Functions (v2) • Changing the order of columns in a CSV dataset
I needed to change the order of columns in a CSV dataset and did not find a satisfactory solution here on the forum (please let me know if I overlooked something). To be clear: this does not sort the...
View ArticleGeneral Discussion • Re: How many have Spinning HDs vs SSDs?
Thanks for the feedback.Windows caches access to permanent disks anyway. Are you sure it will help performance to write your own caching scheme as well?I'm actually not sure... My main reason for...
View ArticleAsk for Help (v2) • console.log last word
I am trying to create an ahk that does the followingif I type Report.log it replaces it with console.log("Report" , Report);I thought it would be straightforward, but I ended up with a complicated...
View ArticleAsk for Help (v2) • Re: parse json into submenu and sub-sub menus in v2
Thank you!! i was now able to compile successfully after using the new library that you gave and then win + n menu doesn't show up at all.attached Code , json.ahk and actual jsonCODE: #include...
View ArticleAsk for Help • Re: can't compile with ahk2exe_h but works fine with normal
Trying to encrypt the compiled version. So I followed the steps to set the password in C++ with Visual StudioRather than trying to convert your scripts to AutoHotkey_H so as to allow encryption of...
View ArticleGaming Help (v1) • Re: Left click loop
I prefer to stay on V1 for the moment, if you can move my thread to the V1 section. ThanksStatistics: Posted by KnightAckbar — 45 minutes ago
View ArticleForum Issues • Re: A couple of Forum issues
I'm not experiencing any slow downs? Occasionally, the forums are slow due to various reasons. It should be fast now. We use cloudflare and sometimes local connectivity is a factor. In terms of the...
View ArticleAsk for Help (v1) • Re: List of USB serial numbers
after complicated made , here an easy logic script ( I think ... ) , driveget serial only from new inserted disk ( not show GUI with all drives );- Detect Usb Drive ( from user @teadrinker );-...
View ArticleScripts and Functions (v2) • Re: AutoCorrect for v2
Here is the latest version of AutoCorrect for v2 and HotString Helper 2.0 (hh2) This version also introduces the ManualCorrectLogger. I still have vague aspirations of making a version of hh2 for...
View ArticleForum Issues • Re: Cannot attach PDF file to post
Hi Joe,Thanks for the idea! Just tested a PDF file inside a ZIP file...worked fine! Makes it all the more reasonable to allow uploads of PDFs directly. Regards, JoeStatistics: Posted by JoeWinograd —...
View ArticleAsk for Help (v2) • Re: MouseMove doesn't work to change speed
I was having the same problem, and I saw the Send mode language in the docs, but I wasn't sure how to use it. So simple!I do find it odd, though, that the default behavior for version 2 is to NOT...
View ArticlePedir Ayuda • Re: Ejecutar el explorador de archivos y luego alinearlo en...
Hola, ¿Se podría adaptar este código para que los dos exploradores se abrieran en una carpeta en concreto?Aprovecho para presentarme y dar las gracias a todos por prestar vuestra ayuda. Me llamo...
View ArticleAsk for Help (v2) • Re: Updating Old Script to v2
Thank you so much for making this thread!! I had been trying to figure out for the past two hours how to convert my old script that used this function Statistics: Posted by ulemon — Today, 16:21
View Article