Quantcast
Channel: AutoHotkey Community
Browsing latest articles
Browse All 579 View Live

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 (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 latest articles
Browse All 579 View Live