|
Post by anixx on Jul 25, 2019 15:24:57 GMT -8
If anybody interested, removing TBSTYLE_FLAT makes the quick launch buttons 3D (on Win 8.1):
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jul 27, 2019 6:19:52 GMT -8
If anybody interested, removing TBSTYLE_FLAT makes the quick launch buttons 3D (on Win 8.1): what is this?
|
|
|
Post by anixx on Jul 27, 2019 6:39:07 GMT -8
If anybody interested, removing TBSTYLE_FLAT makes the quick launch buttons 3D (on Win 8.1): what is this? Removing the flag can be automatized using AHK.
|
|
|
Post by travis on Nov 5, 2020 19:47:58 GMT -8
How would one make this to a AHK?
|
|
|
Post by anixx on Nov 5, 2020 21:03:02 GMT -8
How would one make this to a AHK? #NoTrayIcon #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Control, Style, -0x800, ToolbarWindow323, ahk_class Shell_TrayWnd
|
|
|
Post by travis on Nov 5, 2020 21:09:58 GMT -8
How would one make this to a AHK? #NoTrayIcon #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Control, Style, -0x800, ToolbarWindow323, ahk_class Shell_TrayWnd Thank you. I was able to make a Chicago like start button with it.
|
|
|
Post by anixx on Nov 7, 2020 7:59:37 GMT -8
#NoTrayIcon #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Control, Style, -0x800, ToolbarWindow323, ahk_class Shell_TrayWnd Thank you. I was able to make a Chicago like start button with it. Now, it is your turn to share what you did to make a gap between the buttons and what shortcut code you put into the start button shortcut.
|
|
|
Post by travis on Nov 7, 2020 8:43:50 GMT -8
Thank you. I was able to make a Chicago like start button with it. Now, it is your turn to share what you did to make a gap between the buttons and what shortcut code you put into the start button shortcut. I just locked the toolbar right next to the start button, I still don't know what the function the buttons are on chicago so I just set them to common apps I used.
|
|
|
Post by anixx on Nov 7, 2020 9:16:51 GMT -8
Now, it is your turn to share what you did to make a gap between the buttons and what shortcut code you put into the start button shortcut. I just locked the toolbar right next to the start button, I still don't know what the function the buttons are on chicago so I just set them to common apps I used. But you said you somehow made the start button look 3D with this script. What did you mean by this? Is it OpenShell?
|
|
|
Post by travis on Nov 7, 2020 10:41:26 GMT -8
I just locked the toolbar right next to the start button, I still don't know what the function the buttons are on chicago so I just set them to common apps I used. But you said you somehow made the start button look 3D with this script. What did you mean by this? Is it OpenShell? I meant the toolbar icons, and I wanted to recreate the chicago start button that actually works and not just a start menu image with the start menu button.
|
|
|
Post by ihatemetro on Nov 7, 2020 17:06:55 GMT -8
But you said you somehow made the start button look 3D with this script. What did you mean by this? Is it OpenShell? I meant the toolbar icons, and I wanted to recreate the chicago start button that actually works and not just a start menu image with the start menu button. Just curious, can you make the toolbar "start button" open the Open/Classic Shell menu, via AHK or some other way?
|
|
|
Post by travis on Nov 7, 2020 18:00:27 GMT -8
I meant the toolbar icons, and I wanted to recreate the chicago start button that actually works and not just a start menu image with the start menu button. Just curious, can you make the toolbar "start button" open the Open/Classic Shell menu, via AHK or some other way? Actually there's a parameter in Open/Classic Shell that opens the start menu. Classic Shell Command Args
|
|