Scripts and Functions (v1) • Re: forecast and weather GUI
Hi @TheNaviator,I see that this is your first post here, so let me start with...Welcome Aboard!I was looking forward to testing this, but when I tried to run it, the GetBackground function is missing....
View ArticleAsk for Help (v1) • Re: Windows View
@RussF. Thank you very much for your help Russ. All this time and I never knew all the the folders on the left in explorer were Libraries. I always thought they were just folders. Anyways all good...
View ArticleAsk for Help (v1) • Re: Trying to combine 2 ideas into one script to add more...
ok I got the script to do what I wanted by just being more exact about what I wanted it to find.Statistics: Posted by WarDuck — 23 minutes ago
View ArticleAsk for Help (v1) • is there a way to put all this on 1 line?
hi folks. i am hoping i could shorten my code a bit by having stuff like this on one line, is that possible?CODE: index := 22color := % FontColor[22]size := % FontSize[22]font := % Font[22]Statistics:...
View ArticleAsk for Help (v2) • Re: Hooking window events?
Not sure why WM_CREATE and WM_DESTROY aren't working, but WM_DISPLAYCHANGE is?Using OnMessage() you can only receive messages sent to your process window.Statistics: Posted by teadrinker — Today, 11:33
View ArticleAsk for Help (v2) • Re: Variables in WinGetList not working?
I don't know what's more derpy, the fact that it's like that in the first place or that I anticipated needing spaces but didn't think about the one before the second ahk_class... thanks!Statistics:...
View ArticleAsk for Help (v1) • Re: How to sort the list properly?
try:CODE: List :="Class 2. Book 1|Class 1. Book 13|Class 1. Book 2|Class 1. Book 5|Class 1. Book 6|Class 2. Book 12|Class 1. Book 14|Class 1. Book 1|Class 2. Book 2|Class 1. Book 10"Sort, List, D| F...
View ArticleScripts and Functions (v1) • Re: Remove line breaks while copying (Convert...
I was using a similar script to remove line breaks when copy/pasting but your script is working much better mine does, so, thank you!I did make a small tweak because I was getting some cases where...
View ArticleAsk for Help (v1) • Re: Compare the Y axis parameters in pixel search
Thank you SirStatistics: Posted by IHAT — Today, 12:00
View ArticleScripts and Functions (v1) • Re: Get current explorer window path
it will freeze if any explorer window is frozen!!!will freeze accessing ComObjCreate("Shell.Application").Windows will freeze using ahk v1.Statistics: Posted by KnIfER — Today, 12:09
View ArticleIch brauche Hilfe • Einfaches Problem mit Variablen und Run
Guten Tag Zusammen,zuerst einmal eine kurze Beschreibung meines Skripts.Skriptbeschreibung:Mein Skript, das im Hintergrund läuft, soll unter WIN10 ausgewählte compilierte AutoHotkey-Programme, die aus...
View ArticleGaming Help (v1) • Two binds with toggle function.
Hello community , I'm new to ahk and I'm wondering if there is a solution to make a script where the bind Shift+W would turn on the spam of this bind and after pressing it again it would turn off the...
View ArticleGaming Help (v1) • Object Detection Data Tracking Script for AHK - Help
Hello everyone,Fairly new to AHK but have used it to make a few simple scripts. I had this idea and I was interested in seeing if it actually works. I have a object detection script in python that...
View ArticleAsk for Help (v2) • MSXML DOM find value in other xml
Hello and welcomeso i have 2 big data xml's. examples belowFindCapacity.xmlSpoilerCODE: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"...
View ArticleAsk for Help (v1) • Re: GDI Plus: SetBitmapToClipboard not working as expected
i cant get the image to become pasteable.what am i missing?CODE: #NoEnv;warn#MaxHotkeysPerInterval 99000000#HotkeyInterval 99000000#KeyHistory 5#MaxThreadsPerHotkey, 99000000ListLines OffProcess,...
View ArticleScripts and Functions (v2) • Re: Mouse Click Through the Window Pinned On Top...
Very cool script! I'm definitely going to hold on to this one. Thanks for making and sharing it!!! Statistics: Posted by kunkel321 — Today, 14:53
View ArticlePulovers Macro Creator • Re: Pulover's Macro Creator v5.4.1 - The Complete...
I’m using PMC since long and doing great with it.Lately I came to a challenge that I can’t solve.I need to do a pixel search for 2 items after I need to compare the Y axis values + or - based on that...
View ArticleAsk for Help (v1) • Re: Hide everything "autohotkey" from a script
You can try my ScriptGuard, link is in my signature. You can change the compiled program's icons by using the compiler directives AddResource and SetMainIcon.CheersStatistics: Posted by TAC109 — 16...
View ArticleAsk for Help (v1) • Help with String Manipulation is needed.
I have 2 dates, they're both being copied from an application in string format. They're both in YYYY-MM-DD format, I was able to split the string into substrings, and have every time period in its own...
View ArticleAsk for Help (v2) • Re: HotKey Sequence
Hello! TryCODE: #z::{ Send "e" KeyWait "LShift", "d" KeyWait "LShift", "u" Send "ml"}Statistics: Posted by WarlordAkamu67 — Today, 12:59
View Article