Search found 28 matches

by RiseUp
13 Jul 2020, 17:02
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 144
Views: 223501

Re: Mouse And Keyboard Macro Recorder

myahk55 wrote:
02 Jul 2020, 11:16
Hello,

In order to create this script Do I copy and past the entire script and then save as a .pmc file.

How to load and run it in PMC?

I am totally new to PMC but I am ok with AHK.

Thanks!
You should save it as an .ahk file, as it is an AutoHotkey script. It has nothing to do with PMC.
by RiseUp
13 Feb 2019, 15:32
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74361

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

Hopefully , this should work for both the hidden and the visible tray icons. I updated my script at: https://autohotkey.com/boards/viewtopic.php?p=9186#p9186 My first attempt at fixing this for Windows 10 was something of a hack that only worked mostly by accident. Your solution of just looping aga...
by RiseUp
29 Dec 2017, 11:30
Forum: Ask for Help (v1)
Topic: [SOLVED] MIDI in/out (old link was broken)
Replies: 9
Views: 6710

Re: [SOLVED] MIDI in/out (old link was broken)

Thank you to all who have been keeping this updated!

Biggest thanks goes to genmce! He has recently posted his updated code, including lmstearn's Unicode fixes, on GitHub. :bravo:
by RiseUp
06 Dec 2017, 16:09
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 516631

Re: Setup Notepad++ for AutoHotkey

Are you comfortable with using regedit.exe ? If so, here's how my entry appears in regedit if you want to try the same setup: https://i.imgur.com/DZ15BPq.png If that doesn't work, the next step would be to use the full path to notepad++ in the "Data" section of that registry key, which would then ne...
by RiseUp
06 Dec 2017, 13:01
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 516631

Re: Setup Notepad++ for AutoHotkey

THX1138 wrote:Well it doesn't work in an AHK script either.
When you say, "it doesn't work", what happens? Do you get an error message?

Also, are you sure the path to your Notepad++ executable is correct?
by RiseUp
06 Dec 2017, 11:12
Forum: Scripts and Functions (v1)
Topic: Display AHK file content within Explorers Preview Pane
Replies: 5
Views: 3747

Re: Display AHK file content within Explorers Preview Pane

I had never heard of preview handlers until today. After plenty of googling and bouncing around, I ended up figuring out the same thing you did regarding registering a preview handler for .ahk files. Too bad I didn't first google if someone had already figured this out! :roll: Thank you for posting ...
by RiseUp
05 Dec 2017, 17:28
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 516631

Re: Setup Notepad++ for AutoHotkey

How do you use the RegWrite code? I tried putting it into the Windows 10 Powershell and it was rejected. I tried deleting one of the two consecutive commas and I tried putting the file path in quotation marks. Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Window...
by RiseUp
02 Dec 2017, 21:06
Forum: Scripts and Functions (v1)
Topic: [lib] CSV - AutoHotkey library for working with CSV Files
Replies: 39
Views: 26981

Re: [lib] CSV - AutoHotkey library for working with CSV Files

Thank you very much for putting this together and throwing it up on GitHub. I'm starting a project now that should hopefully be able to make use of this library.
by RiseUp
24 Nov 2017, 23:33
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74361

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

I have tested it in Windows 10 and have found the library in the first post only sees visible icons while the library at post https://autohotkey.com/boards/viewtopic.php?p=9186#p9186 only sees hidden icons. Using Windows 10 v 1709 build 16299.64 and AHK 1.1.26.01 Thank you, Aenfa , for your testing...
by RiseUp
22 Nov 2017, 17:11
Forum: Scripts and Functions (v1)
Topic: [LIB] MDMF - Multiple Display Monitor Functions
Replies: 26
Views: 12509

Re: [LIB] MDMF - Multiple Display Monitor Functions

Thank you for this. It should help to give me a jump-start in a project I was considering—a controller for multiple monitors' brightness settings (and possibly other settings) via DDC/CI.
by RiseUp
21 Nov 2017, 16:13
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74361

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

I already unsuccessfully tried "java.exe" als Parameter - obviously something is missing or they changed something in Windwos 10 again. Yes, a single click with the left mouse button is exactly what I need. Do you have a sample code to iterate over the icons in the TrayIcon? Sure, try the following...
by RiseUp
20 Nov 2017, 20:17
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74361

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

I am using the current official version of SysTray.ahk and the code snippet that is not working currently reads like this: ;================================================================================ ; TV-Browser ;--------------------------------------------------------------------------------...
by RiseUp
19 Nov 2017, 23:31
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74361

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

Vince42 wrote:Same problem here. I also tried IRC and read some posts about problems on StackOverflow, but did not succeed in getting it running.
Any ideas? Any news on this?

Cheers
Vince
Can you share the code you have that isn't working?
by RiseUp
13 Nov 2017, 10:47
Forum: Scripts and Functions (v1)
Topic: Copy filepath to clipboard in Windows Explorer
Replies: 18
Views: 14919

Re: Copy filepath to clipboard in Windows Explorer

@davebrny, Ha! The magic of Windows! :crazy:

@jeeswg, Thanks for the detailed explanation! I'll check out those links in time, but what you've written makes perfect sense to me now.

Gotta love this community. :D
by RiseUp
12 Nov 2017, 22:06
Forum: Scripts and Functions (v1)
Topic: Copy filepath to clipboard in Windows Explorer
Replies: 18
Views: 14919

Re: Copy filepath to clipboard in Windows Explorer

Just a very simple script for setting a hotkey to copy selected file's path to clipboard *in Windows Explorer only*. Demonstrated here: https://youtu.be/JsmgPTuiZ30 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detec...
by RiseUp
11 Nov 2017, 11:23
Forum: Ask for Help (v1)
Topic: Bookmark manager for Chrome browser
Replies: 5
Views: 2501

Re: Bookmark manager for Chrome browser

Hildagard K wrote:doubt he made progress given ahk and sqllite dont really go together well
Chrome doesn't use SQLite for its bookmarks. They are stored in JSON format.
by RiseUp
11 Nov 2017, 10:57
Forum: Ask for Help (v1)
Topic: Bookmark manager for Chrome browser
Replies: 5
Views: 2501

Re: Bookmark manager for Chrome browser

Hey DanielToward13. Out of curiosity, did you happen to make any progress on this? If not, was there a specific roadblock you couldn't overcome?
by RiseUp
09 Nov 2017, 17:56
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 75919

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

I noticed another bug, not with finding functions and labels, but with displaying them. If a function had a default value using the := operator it would display as a label in the list. This wasn't a big deal since nothing was missing, but looked strange and so I fixed it: Hey Nightwolf85 , I just w...
by RiseUp
08 Nov 2017, 11:43
Forum: Scripts and Functions (v1)
Topic: AHK RegEx Helper
Replies: 3
Views: 2564

Re: AHK RegEx Helper

This looks like it will be a useful tool. Thank you for sharing!

Go to advanced search