Search found 7 matches

by gave92
19 Oct 2021, 14:40
Forum: Ask for Help (v1)
Topic: SHOpenFolderAndSelectItems for explorer replacement program
Replies: 4
Views: 1158

Re: SHOpenFolderAndSelectItems for explorer replacement program

Did you ever figure this out? I'd be really interested in knowing how to do this, thanks!
by gave92
10 Mar 2020, 03:44
Forum: Scripts and Functions (v1)
Topic: Dock - Attach a window to another
Replies: 29
Views: 16594

Re: Dock - Attach a window to another

Hello thanks for your great work. I've been using this class for changing tha titlebar/border color of windows: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=73197 A tiny bug has been reported to me: the Dock class does not handle the Hide window event so if you hide a window with WinHide th...
by gave92
09 Mar 2020, 03:14
Forum: Scripts and Functions (v1)
Topic: Change titlebar and border color of current window
Replies: 21
Views: 11249

Re: Change titlebar and border color of current window

Hello, please try the udated version in the top post, it should handle window hiding/showing automatically.
by gave92
08 Mar 2020, 06:32
Forum: Scripts and Functions (v1)
Topic: Change titlebar and border color of current window
Replies: 21
Views: 11249

Re: Change titlebar and border color of current window

Thanks for reporting this! That does not appear to be an issue with AlwaysOnTop windows, but with the Gui, Hide command. The following script works in the scenario you mentioned. Gui, TEST:New, +AlwaysOnTop Gui, TEST:Add, Button, w70 h30 gGuiHide, Gui Hide gui, TEST:Show, w400 h300 Return TESTGuiClo...
by gave92
08 Mar 2020, 05:05
Forum: Scripts and Functions (v1)
Topic: Change titlebar and border color of current window
Replies: 21
Views: 11249

Re: Change titlebar and border color of current window

@rommmcek When I apply it on windows made AlwaysOnTop with

Code: Select all

WinSet, AlwaysOnTop, On, % "ahk_id " . hwnd
it works correctly but makes the window not AlwaysOnTop :)
by gave92
04 Mar 2020, 09:15
Forum: Scripts and Functions (v1)
Topic: Change titlebar and border color of current window
Replies: 21
Views: 11249

Change titlebar and border color of current window

The following script changes the color of the current window (titlebar + border). You can use this on multiple windows and each will get a different background color. By default you can use the Ctrl+Shift+W hotkey to change the current window background color. On Windows 10 the effect will only be v...

Go to advanced search