Quantcast
Channel: AutoHotkey Community
Browsing all 579 articles
Browse latest View live

Ask for Help (v2) • Reposition a MsgBox?

I have created a script that shows each option in a MsgBox as it scrolls through the page, asking me if I want to select that option (which then opens that option in a new tab and then goes back to...

View Article


Ask for Help (v1) • Re: WinGet ProcessName doesn't work?

Likely a permissions issue. See https://www.autohotkey.com/docs/v1/FAQ.htm#uacI'm running as admin so it can't be the case?Statistics: Posted by deets — 13 minutes ago

View Article

Ask for Help (v2) • Re: Error: Hotkeys/hotstrings are not allowed inside...

Basically you just need to remove the brackets from the #HotIf directive.The directive itself acts as the container for the code:CODE: #HotIf WinActive("ahk_exe HD-Player.exe")f1::msgbox 'single...

View Article

Ask for Help (v2) • Re: Error handling - ahk-v2

It is very rare that the operating system throws errors with certain functions but I could envision PixelGetColor throwing an error if you pass invalid parameters or the operating system cannot access...

View Article

Image may be NSFW.
Clik here to view.

Scripts and Functions (v2) • Re: Sequence generator

Template is fed into the Format function, supporting any format option defined in the docs.@kunkel321 I have mentioned this in the post For the format string you tested, the syntax of the first...

View Article


Image may be NSFW.
Clik here to view.

Ask for Help (v2) • Re: Gui Edit control accept file paste?

Yeah I guess I'll have to make a custom context menu in that case. But anyway, this is sufficient to me Statistics: Posted by william_ahk — Today, 19:30

View Article

Scripts and Functions (v2) • Re: AutoCorrect for v2

1) when I type something into a box and then tab to the next box, if the thing that I put into the first box is a hotkey then the translation mostly gets put into the second box.I'm not sure I...

View Article

Image may be NSFW.
Clik here to view.

About This Community • Re: Issues with registering, Post your username here...

@boiler thanks for handling this. I have delete the 3 extra accounts. Statistics: Posted by joedf — less than a minute ago

View Article


Ask for Help (v1) • Re: Choose csv file to read from and send input to an...

I tested it and the right information is being sent as you said. I need it to 1) mouseclick the x,y position (underlined, already done), parse each string in the csv (already done, also underline)....

View Article


Image may be NSFW.
Clik here to view.

Ich brauche Hilfe • Re: FileSelectFolder - Frage

@Nussbeisser Beeindruckender Code ... macht ganz genau was es soll und funktioniert auf Anhieb ... , auch wenn ich da absolut nichts blicke ... Ganz dickes Dankegrussgeroedit//etwas später: ... wie...

View Article

Gaming Help (v1) • Problem with a WinActive and WinNotExist loop script

Hi,I just did a loop for a game and wanted to send the keys when the windows is not active. I tested it with notepad and it works but the problems is when I change the PID to the game´s PID, it doesnt...

View Article

Ask for Help (v1) • Re: RE: DllCall with SharedVar application

Dear @mikeyww , any chance you may have some suggestions for this question?Thank you so much @mikeyww!Statistics: Posted by rc76 — Today, 17:28

View Article

Gaming Help (v1) • Re: Problem with a WinActive and WinNotExist loop script

First, you should never hard-code in a PID because they change each time you run an application. Also, is there really a control named Edit1 like in Notepad? I would doubt it.Not all windows respond...

View Article


Scripts and Functions (v2) • Re: UIA v2

I'm using UIA to navigate Salesforce, and for the first time EVER with Salesforce, I'm actually having a lot of success! However, I'm stuck on the script below. I'm trying to automate closing a case,...

View Article

Ask for Help (v2) • Re: Reposition a MsgBox?

Hello, the MsgBox script waits for you to close it and you can't move the window using winmove, but you can work around it.Interesting! Thank you!Statistics: Posted by shipaddicted — Today, 18:54

View Article


Ask for Help (v1) • Re: Recording Macros for AHK

Better to avoid it now. Pulover's become a pushover. He's been paid by Lavasoft to bundle their Adware Web Companion with his macro...

View Article

Ask for Help (v1) • Re: End a process run by another user

If your organization is dependent on Sharepoint, I don't think it is a process that you should just indiscriminately kill, especially when in use by others logged in to the device.My first recourse...

View Article


Ask for Help (v1) • Re: Long press is not working

@Rohwedder Thank you for your followup. I have used your scripts to create 25 some macros at work. Greatly appreciate it. Today keys like 1,2,3 and 4 randomly stopped working like "\" yesterday. And...

View Article

Ask for Help (v2) • Inputhook not working on remap key

When I press shift key, It will capital the first letter. But it's not working on remap hotkey. I have this working on v1 but I can't do in V2.CODE: LShift::capsOnDisplay()SC024::d ;j...

View Article
Browsing all 579 articles
Browse latest View live