Search found 16814 matches

by boiler
Today, 02:21
Forum: Ask for Help (v2)
Topic: How can I make a macro to paste and send an image every 300 seconds in Discord?
Replies: 1
Views: 18

Re: How can I make a macro to paste and send an image every 300 seconds in Discord?

I’m questioning why this is something that would be seen as appropriate in the Discord folks’ eyes, although I’m not a real Discord user. Can you explain what legitimate reason there is for this before anyone answers with any help?
by boiler
Yesterday, 20:38
Forum: Ask for Help (v1)
Topic: Recording Macros for AHK
Replies: 6
Views: 4773

Re: Recording Macros for AHK

rockitdontstopit wrote: How is that "malware"?
He said adware, not malware. Big difference.

rockitdontstopit wrote: I use PMC in conjunction with ahk files and it's great. Would LOVE to see a PMC for ahk V2.
viewtopic.php?f=83&t=116603
by boiler
Yesterday, 17:42
Forum: Gaming Help (v1)
Topic: Problem with a WinActive and WinNotExist loop script
Replies: 1
Views: 10

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 to virtual key presses, and even when they do, some don’t respond to virtual keypresses sent to thei...
by boiler
Yesterday, 13:01
Forum: Gaming Help (v1)
Topic: Help with dual boxing script...
Replies: 7
Views: 92

Re: Help with dual boxing script...

Maybe the first click just activates the window and you have to click again before it registers clicks in the window, as is the case with many applications (MS Excel being one example).
by boiler
Yesterday, 12:57
Forum: Ask for Help (v1)
Topic: Create & Use Custom Labels as Hotkey
Replies: 10
Views: 765

Re: Create & Use Custom Labels as Hotkey

Thus, I was questioning the use of that 3rd-line's Return, if it was needed or not, is all... ...or is this Return not-needed?/1 line script? You don't need a return return in your script if there are no other lines below, even if it's more than a one-line script. But you do need it to keep if from...
by boiler
Yesterday, 11:49
Forum: Ask for Help (v2)
Topic: What programming languages can be integrated in ahk 2? Topic is solved
Replies: 4
Views: 79

Re: What programming languages can be integrated in ahk 2? Topic is solved

Also, you can call functions compiled into MCode (machine code) written in C or theoretically any other language that compiles to machine code.
by boiler
Yesterday, 05:50
Forum: Ask for Help (v1)
Topic: Allocated Run Time
Replies: 1
Views: 25

Re: Allocated Run Time

Put this at the top of your script in the auto-execute section:

Code: Select all

SetTimer, EndScript, % -1000 * 60 * 60

...and this somewhere below the auto-execute section:

Code: Select all

EndScript:
ExitApp
by boiler
Yesterday, 05:31
Forum: Ask for Help (v1)
Topic: Create & Use Custom Labels as Hotkey
Replies: 10
Views: 765

Re: Create & Use Custom Labels as Hotkey

What if I wanted to use 2x variables, for example, MB0 & MB1, You use a % followed by a space once to indicate that that parameter is an expression instead of legacy syntax. Then you are concatenating string segments. Literal strings are in quotes, and variables are not. Hotkey % MB0 " & " MB1, Can...
by boiler
22 Apr 2024, 18:44
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 861
Views: 2036652

Re: Issues with registering, Post your username here...

OK. I moved all of the posts from your other accounts (jeremyzed6250, zed6250, jeremybrown82) to this one. I don't have permission to remove those accounts, so I'll leave that to @joedf if he wants to do that. They now have 0 posts.
by boiler
22 Apr 2024, 18:11
Forum: Forum Issues
Topic: How do I edit a pending post
Replies: 3
Views: 34

Re: How do I edit a pending post

Please answer -- So this account (zed6250jb) is the one you want to keep open? We will close the others.
by boiler
22 Apr 2024, 18:05
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 861
Views: 2036652

Re: Issues with registering, Post your username here...

There are three usernames with 6250 plus zed in them including the one you are posting from now, which all use the same email address, plus jeremybrown82, which uses a different email address. It doesn't seem to be an issue with registering, however, as each has posted a number of times. Are you mak...
by boiler
22 Apr 2024, 17:48
Forum: Forum Issues
Topic: How do I edit a pending post
Replies: 3
Views: 34

Re: How do I edit a pending post

If you mean a post that hasn't been approved yet, there is no way to edit it. And I don't think you have editing privileges at all until you are past the new member status -- probably after something like 10 or 15 points, depending on various factors.
by boiler
22 Apr 2024, 17:45
Forum: Ask for Help (v2)
Topic: Error: Hotkeys/hotstrings are not allowed inside functions or classes.
Replies: 14
Views: 118

Re: Error: Hotkeys/hotstrings are not allowed inside functions or classes.

@zed6250jb -- Once again, please use [code][/code] tags when posting code on the forum! Thank you.
by boiler
22 Apr 2024, 15:27
Forum: Ask for Help (v2)
Topic: Turn off Double Click on Wacom Pen.
Replies: 3
Views: 58

Re: Turn off Double Click on Wacom Pen.

The Wacom setting window on the left is the same as mine (except mine is in English), so I recognize that you have the "Tip Double Click Distance" set to "Off", but that does not turn off double-clicking. What it does is turn off what they call "Double-click assist", which is a function of the table...
by boiler
22 Apr 2024, 13:23
Forum: Gaming Help (v1)
Topic: Help with dual boxing script...
Replies: 7
Views: 92

Re: Help with dual boxing script...

Do you have just one monitor, and does Window Spy show the top-left corner pixel as being screen coordinate (0, 0)? And does it also show the two other locations you want to click as screen coordinates (28, 58) and (1057, 58)? Maybe it's worth attaching a screenshot.
by boiler
22 Apr 2024, 10:18
Forum: Ask for Help (v2)
Topic: Turn off Double Click on Wacom Pen.
Replies: 3
Views: 58

Re: Turn off Double Click on Wacom Pen.

When you say you turned off double click for the pen, do you mean that you had "Double Click" mapped to one of the pen's buttons and now you've turned it off, or do you mean (if it's like mine) that you set the "Tip Double Click Distance" to "Off"?
by boiler
22 Apr 2024, 05:12
Forum: Ask for Help (v2)
Topic: DropDownList OnEvent Change Topic is solved
Replies: 1
Views: 48

Re: DropDownList OnEvent Change Topic is solved

In the second script, you didn’t assign the GuIControl objects to DLL1 and DLL2. You assigned the OnEvent method result to them. You would want to do this: #Requires AutoHotkey 2.0 weight := ["0.0", "0.5", "0.75"] Gui1 := Gui() DLL1 := Gui1.AddDropDownList("x10 ym w50 choose1", weight) DLL1.OnEvent(...
by boiler
21 Apr 2024, 16:33
Forum: Ask for Help (v2)
Topic: How to use Window Spy with multiple monitors
Replies: 21
Views: 223

Re: How to use Window Spy with multiple monitors

Here are 2 attempts at the Syntax. … Neither seem to work. You posted in the v2 section, and all the code and links in the replies have been v2-based, including the exact page where you would find the v2 ControlClick syntax, but then you post attempts using v1 syntax. And even in that one, you are ...
by boiler
21 Apr 2024, 15:46
Forum: Ask for Help (v2)
Topic: rebind error Topic is solved
Replies: 7
Views: 105

Re: rebind error Topic is solved

zed6250jb wrote: I'm not even able to remap the numpad arrows to the regular arrow keys, let alone get the universal ir remote working with this part. Any thoughts on the below code snippet?
It’s Numpad…, not Numbpad….

Please use [code][/code] tags when posting code on the forum.
by boiler
21 Apr 2024, 13:47
Forum: Ask for Help (v1)
Topic: Control mod not recognized with long press of left mouse
Replies: 3
Views: 39

Re: Control mod not recognized with long press of left mouse

By the way I was on this forum and made a number of posts (mostly in the ClipJump thread) over 10 years ago, but when I recently went to get back, they didn't have any record of my logon. No worries, same logon name. That was on the old forum . There is a bunch of history as to why, but this one st...

Go to advanced search