Search found 1733 matches

by burque505
3 minutes ago
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 3
Views: 131

Re: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar

@iPhilip, I'm having trouble with this also, AHK 2.0.12. Not getting icons in the title bars. No errors, just no icons.
Best regards,
burque505
by burque505
07 Apr 2024, 07:53
Forum: Scripts and Functions (v2)
Topic: Easy Window Dragging KDE style, corrected for multi monitor setup
Replies: 2
Views: 352

Re: Easy Window Dragging KDE style, corrected for multi monitor setup

@Cebolla, thanks very much for this. Very useful indeed.
Regards,
burque505
by burque505
09 Feb 2024, 08:18
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

iseahound 's Capslock-to-modifier script from here , ported to Keysharp. Very minor mod required. ; Modded for Keysharp 2024-01-30 by burque505 ; Original script by iseahound ; is here: https://www.autohotkey.com/boards/viewtopic.php?f=96&p=556135#p556135 CapsLock:: { start := A_TickCount ; run onc...
by burque505
09 Feb 2024, 08:16
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

SKAN 's script to show/hide desktop icons, ported to Keysharp. ; Thanks to SKAN for this and his many other scripts! ^#!i:: { DesktopIcons() } DesktopIcons(Show:=-1, hWnd:=0) { ; By SKAN on D35D @ tiny.cc/desktopicons If ! hWnd := DllCall("GetWindow", "Ptr",WinExist("ahk_class Progman"), "UInt",5, ...
by burque505
09 Feb 2024, 08:15
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

CreateUUID.ks ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2021-10-13 ; Modified ......: 2023-01-12 ; Tested with....: AutoHotkey v2.0.2 (x64...
by burque505
09 Feb 2024, 08:15
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

DNSServerList.ks ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2023-01-17 ; Modified ......: 2023-01-17 ; Tested with....: AutoHotkey v2.0.2 (...
by burque505
09 Feb 2024, 08:14
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

DisableMove.ks ; PORTING WAS REQUIRED (MINOR) ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2017-04-13 ; Modified ......: 2023-01-16 ; Tested ...
by burque505
09 Feb 2024, 08:12
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

DisableCloseButton.ks ; PORTING REQUIRED (MINOR) ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2017-04-13 ; Modified ......: 2023-01-16 ; Test...
by burque505
09 Feb 2024, 08:11
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

FileCountLines.ks ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2021-04-23 ; Modified ......: 2023-01-12 ; Ported to KS...: 2024-01-23 ; Teste...
by burque505
09 Feb 2024, 08:10
Forum: KeySharp
Topic: Keysharp - C# port of AHK
Replies: 18
Views: 1499

Re: Keysharp - C# port of AHK

This and a few other scripts were previously posted here. FindFileString.ks ; ============================================================================================================================================================= ; Author ........: jNizM ; Released ......: 2021-04-23 ; Modifie...
by burque505
09 Feb 2024, 08:08
Forum: C#
Topic: Keysharp scripts
Replies: 4
Views: 1060

Re: Keysharp scripts

As I get the opportunity I'll re-post these scripts in the Keysharp subforum.
From now on I'll post scripts there.
Regards,
burque505
by burque505
30 Jan 2024, 12:47
Forum: C#
Topic: Keysharp scripts
Replies: 4
Views: 1060

Re: Keysharp scripts

iseahound 's Capslock-to-modifier script from here , ported to Keysharp. Very minor mod required. ; Modded for Keysharp 2024-01-30 by burque505 ; Original script by iseahound ; is here: https://www.autohotkey.com/boards/viewtopic.php?f=96&p=556135#p556135 CapsLock:: { start := A_TickCount ; run onc...
by burque505
28 Jan 2024, 17:18
Forum: About This Community
Topic: New subforum for Keysharp
Replies: 26
Views: 4326

Re: New subforum for Keysharp

Per input I've received (thanks, by the way!) I've put some Keysharp scripts here in the C# subforum.
Regards,
burque505
by burque505
28 Jan 2024, 15:28
Forum: C#
Topic: Keysharp scripts
Replies: 4
Views: 1060

Re: Keysharp scripts

SKAN 's script to show/hide desktop icons, ported to Keysharp. ; Thanks to SKAN for this and his many other scripts! ^#!i:: { DesktopIcons() } DesktopIcons(Show:=-1, hWnd:=0) { ; By SKAN on D35D @ tiny.cc/desktopicons If ! hWnd := DllCall("GetWindow", "Ptr",WinExist("ahk_class Progman"), "UInt",5, ...
by burque505
28 Jan 2024, 13:09
Forum: C#
Topic: Keysharp scripts
Replies: 4
Views: 1060

Keysharp scripts

I'll start posting Keysharp scripts here for the time being. Porting some of jNizM 's Collection of useful AutoHotkey v2 scripts and functions seemed like a good place to start. Keysharp at present can run some AHK scripts without changes (even if they include '#Requires AutoHotkey v2.0'), others wi...
by burque505
28 Jan 2024, 08:37
Forum: About This Community
Topic: New subforum for Keysharp
Replies: 26
Views: 4326

Re: New subforum for Keysharp

@boiler, both of those sound good. Thanks. Any other thoughts, people?
Regards,
burque505
by burque505
28 Jan 2024, 08:26
Forum: About This Community
Topic: New subforum for Keysharp
Replies: 26
Views: 4326

Re: New subforum for Keysharp

@joedf, what would be a good place to post Keysharp scripts? This doesn't quite seem like the proper thread. Thanks!
Regards,
burque505
by burque505
20 Jan 2024, 17:08
Forum: Ask for Help (v2)
Topic: Create new empty.docx (or copy empty.docx saved somewhere on my computer) in(to) current folder with shortcut? Topic is solved
Replies: 10
Views: 3372

Re: Create new empty.docx (or copy empty.docx saved somewhere on my computer) in(to) current folder with shortcut? Topic is solved

You might try this to add XYPlorer : If WinActive("ahk_class CabinetWClass") OR WinActive("ahk_class Progman") OR WinActive("ahk_class WorkerW") OR WinActive("ahk_exe XYplorer.exe) { ; Do stuff } I don't have XYPlorer installed anymore, so I can't check the 'ahk_class'. (Volgens mij moet dat 'ahk_cl...
by burque505
15 Jan 2024, 11:56
Forum: About This Community
Topic: New subforum for Keysharp
Replies: 26
Views: 4326

Re: New subforum for Keysharp

Thanks, @joedf!

Go to advanced search