Search found 1736 matches

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

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

@iPhilip, it's working great for me now too. Very nice, thank you!
Best regards,
burque505
by burque505
Today, 06:38
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 454

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

Thanks for staying on top of this, iPhilip , much appreciated. I got this with your diagnostic code (no icons still): 602941234 602942390 SetTitleBarIcon 602942390 HSHELL_WINDOWCREATED 602943390 HSHELL_WINDOWDESTROYED 602943562 SetTitleBarIcon 602943578 HSHELL_WINDOWCREATED 602944562 HSHELL_WINDOWDE...
by burque505
Yesterday, 12:40
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 454

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

Sure, I just used the code you provided above. I'll check the vars. Back in a few. Quick and very dirty, MsgBoxes for the var values. #Requires AutoHotkey v2.0 MsgBoxTBI( , , 'T3') MsgBoxTBI( , , 'T3', A_AhkPath) MsgBoxTBI( , , 'T3', 'DDORes.dll', 2) MsgBoxTBI( , , 'T3', 'DDORes.dll', 87) ; ========...
by burque505
Yesterday, 11:29
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 454

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: 354

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: 1511

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: 1511

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: 1511

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: 1511

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: 1511

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: 1511

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: 1511

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: 1511

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: 1061

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: 1061

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: 4327

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: 1061

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: 1061

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: 4327

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: 4327

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

Go to advanced search