|
|
Post by The Jackal on Nov 23, 2020 3:42:25 GMT -8
Small update: Re-organized the mess my Start menu had become. From:  Now:  And this: Reshackd SoundBooster, made to resemble the classic Volume control. Sadly, can't share this as it's a commerical product, but I'll provide the resource script you need to edit: 102 DIALOG 0, 0, 50, 80 STYLE DS_MODALFRAME | WS_POPUP EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Boost", 1010, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 4, 50, 8 CONTROL "", 1001, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50 CONTROL "&Enable", 1002, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 4, 70, 60, 8 CONTROL "", 1011, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE, 5, 19, 7, 45 } And the custom icon I made for it. Attachments:SoundBoost.ico (4.18 KB)
|
|