Search found 17 matches

by SquirrelHugger
22 Mar 2018, 18:31
Forum: Scripts and Functions (v1)
Topic: AHKWall - Windows Firewall Mangement
Replies: 2
Views: 2254

Re: AHKWall - Windows Firewall Mangement

I have NetLimiter installed that gives me a popout whenever anything wants to connect to the internet, I can then either allow or deny with a remember option. If I understood correctly, this script would offer that exact functionality? Or did I understood it completely wrong?
by SquirrelHugger
18 Mar 2018, 15:15
Forum: Scripts and Functions (v1)
Topic: CPU monitor with history graph.
Replies: 5
Views: 4447

Re: CPU monitor with history graph.

Dude that's a huge amount of work you have done there. Nice work!
by SquirrelHugger
15 Mar 2018, 10:13
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74034

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

@FanaticGuru thank you for your input. I'll eventually find a way through this somehow :D
by SquirrelHugger
15 Mar 2018, 10:08
Forum: Ask for Help (v1)
Topic: WinActivate showing a blank window Topic is solved
Replies: 5
Views: 2128

Re: WinActivate showing a blank window Topic is solved

Ok found a permanent fix for this. Sorry for double posting, just wanted to make a clear statement. The code in my previous post will work but has the issue of running the program each time, and in the case of NetLimiter 4 for some reason more than one instance of the program can be run at the same ...
by SquirrelHugger
15 Mar 2018, 10:01
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 82981

Re: Guestbook: say hi, thank you, whatever!

I wanted to come here and post my thanks to all the great users/creators/maintainers of AHK. 3 weeks ago I knew AHK existed but I only thought, oh look that software that everyone uses to cheat and create macros for games. I found a script, thanks to google search, that fixes the backspace issue in ...
by SquirrelHugger
14 Mar 2018, 05:41
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74034

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

Hey @FanaticGuru ... TrayIcon_Button( "qbittorrent.exe" ) But it did not work. ... hi and sorry. :) how you did that? to me the follwiing has no effect: #SingleInstance force #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new...
by SquirrelHugger
13 Mar 2018, 22:05
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74034

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

Hey @FanaticGuru I am having difficulty using your script. I tried your script and the example script and I am getting this: host.ahk.png No problem there, see the qbittorrent.exe at #13? I am trying to simulate a left mouse button click. I tried the following: TrayIcon_Button( "qbittorrent.exe" ) B...
by SquirrelHugger
13 Mar 2018, 07:02
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74034

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

I am trying to use this to simulate a double click on a specific system tray icon. I am really stupid and new when it comes to this, how should I go about doing what I am trying to do? I know that I need to use the 'TrayIcon_Button' function, but do I have to include the file in my script? Or should...
by SquirrelHugger
13 Mar 2018, 03:11
Forum: Ask for Help (v1)
Topic: WinActivate showing a blank window Topic is solved
Replies: 5
Views: 2128

Re: WinActivate showing a blank window Topic is solved

@lexikos thank you for your answer. I think I have managed to find an alternative? I switched WinActivate for Run. Well it works even if it does not look that good. Here is the code if anyone is interested: DetectHiddenWindows, On SetTitleMatchMode RegEx Run, "C:\Program Files\qBittorrent\qbittorren...
by SquirrelHugger
13 Mar 2018, 02:02
Forum: Ask for Help (v1)
Topic: WinActivate showing a blank window Topic is solved
Replies: 5
Views: 2128

Re: WinActivate showing a blank window Topic is solved

Hallo, many applications have additional hidden windows which are hidden for good reason. Usually it makes no sense to activate them. I am not sure what you mean. If I click the icons in the system tray, the window is shown normally, however I only get the blank window when I try to activate the wi...
by SquirrelHugger
12 Mar 2018, 23:18
Forum: Ask for Help (v1)
Topic: WinActivate showing a blank window Topic is solved
Replies: 5
Views: 2128

WinActivate showing a blank window Topic is solved

Hello! I have this following code: DetectHiddenWindows, On SetTitleMatchMode RegEx ; WinActivate WhatsApp ; WinActivate CAM WinActivate qBittorrent WinActivate NetLimiter When that code is executed, I get the following: index.png What I have tried: 1. Adding 50ms sleep between the two WinActivate (a...
by SquirrelHugger
27 Feb 2018, 12:46
Forum: Ask for Help (v1)
Topic: Store string in variable between hotstring and end character? Topic is solved
Replies: 3
Views: 1602

Re: Store string in variable between hotstring and end character? Topic is solved

Thank you for pointing that out. Guess I was lazy? No other excuse comes to mind :D
by SquirrelHugger
27 Feb 2018, 12:04
Forum: Ask for Help (v1)
Topic: Store string in variable between hotstring and end character? Topic is solved
Replies: 3
Views: 1602

Re: Store string in variable between hotstring and end character? Topic is solved

I have managed to create the script in a different way that I first thought was possible. Here is the script if anyone is interested (hot to use is after script): ;;;;;;;;;;;;;;;;;;;; ; Search Functions ; ;;;;;;;;;;;;;;;;;;;; ; Not my function, taken from somewhere else on the internet, can't credit...
by SquirrelHugger
27 Feb 2018, 09:50
Forum: Ask for Help (v1)
Topic: Store string in variable between hotstring and end character? Topic is solved
Replies: 3
Views: 1602

Store string in variable between hotstring and end character? Topic is solved

Hello, This following code is simple, I press ` then type downloads then press {space} and the downloads folder opens: ::``downloads:: Run D:\Me\Downloads return However, let's say I want to make a hotstring that behaves like the following: I press ` then press g then {space} then type autohotkey fo...
by SquirrelHugger
23 Feb 2018, 07:13
Forum: Ask for Help (v1)
Topic: Activate window and execute key combination help Topic is solved
Replies: 2
Views: 1072

Re: Activate window and execute key combination help Topic is solved

I managed to fix it on my own after a few hours of head breaking :headwall: Here is the code that works if anyone is interested: Note: what is this code below? I have my main keyboard hooked up and an additional numpad hooked up on the side. I am using the additional numpad as a set of extra 9 micro...
by SquirrelHugger
23 Feb 2018, 04:24
Forum: Ask for Help (v1)
Topic: Activate window and execute key combination help Topic is solved
Replies: 2
Views: 1072

Activate window and execute key combination help Topic is solved

Hello, I have this following script: NumpadEnd:: Run, "C:\Program Files\qBittorrent\qbittorrent.exe" Sleep, 500 WinShow Sleep, 500 Send ^+P Return NumpadDown:: Run, "C:\Program Files\qBittorrent\qbittorrent.exe" Sleep, 500 WinShow Sleep, 500 Send ^+S Return The idea is that I always have qBittorrent...

Go to advanced search