It is currently Thu Jun 07, 2018 9:30 pm

All times are UTC - 8 hours [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Chitchat   Topic: Questions about taskbar background transparency

Posted: Wed Sep 07, 2016 5:37 pm 

Replies: 7
Views: 3134


I found an even better way! #include <windows.h> #include "stdafx.h" TCHAR szClassName[] = TEXT("Blur"); LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { case WM_NCHITTEST: wParam = DefWindowProc(hWnd, msg, wParam, lParam); if (wParam =...

 Forum: Chitchat   Topic: Questions about taskbar background transparency

Posted: Wed Aug 03, 2016 5:10 pm 

Replies: 7
Views: 3134


When Classic Shell does it, or when you do it? When I do it. https://i.imgur.com/GAw5Vyp.gif For reference, here's my (quickly written) code: using System; using System.Runtime.InteropServices; public class TransparentTaskbar { static class Interop { [DllImport("user32.dll", SetLastError ...

 Forum: Chitchat   Topic: Questions about taskbar background transparency

Posted: Wed Aug 03, 2016 11:35 am 

Replies: 7
Views: 3134


Ivo wrote:
On Windows 10 this is done by using the undocumented function SetWindowCompositionAttribute. You can control the glass color and opacity of any window.



As soon as the Windows 10 start menu is opened, the effect reverts back to normal. Do you know the way to prevent that?

 Forum: Chitchat   Topic: Questions about taskbar background transparency

Posted: Wed Aug 03, 2016 8:15 am 

Replies: 7
Views: 3134


Thanks! Will check that out.

 Forum: Chitchat   Topic: Questions about taskbar background transparency

Posted: Wed Aug 03, 2016 7:35 am 

Replies: 7
Views: 3134


As mentionned in this article , it is possible to make the taskbar's background fully transparent with Classic Shell. However, I feel that installing Classic Shell for this only feature overkill. I'd like to know how Classic Shell does this, so I can write a tiny program dedicated to do that (and ma...
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC - 8 hours [ DST ]


Jump to:  
Powered by phpBB® Forum Software © phpBB Group, Almsamim WYSIWYG Classic Shell © 2010-2016, Ivo Beltchev.
All right reserved.