dwm
Using DwmIsCompositionEnabled (JwaDwmApi) on pre-vista causes error
Been trying to use the following code in order to check if Windows Aero is enabled: function AeroEnabled: boolean;[详细]
2023-04-06 23:54 分类:问答Re-drawing the Window title when using custom chrome and DWM
I am using the WPF Shell Integration Library (http://archive.msdn.microsoft.com/WPFShell)however when I use the custom chrome with Aero the title bar is removed.[详细]
2023-03-31 01:59 分类:问答MDI app not receiving WM_ACTIVATE and DWM messages from Windows 7 Taskbar
I have an MDI app written in Borland C++Builder 6 (upgrading to a newer version is not an option) and am using the ITaskbarList3 interface to integrate the MDI child windows into the Windows 7 ta开发者[详细]
2023-03-22 15:19 分类:问答Window regions, moving children, DWM, and the white blocky mess it can create
The setup: I have a top-level window with a region defined (created with SetWindowRgn()), and I have a child element that is moved (with SetWindowPos()) such that some of its pixels then overlap the c[详细]
2023-03-20 00:54 分类:问答Custom dwm drawn window frame flickers on resizing if the window contains a HwndHost element
I\'ve been thinking about this for a couple of days but I think I lack some basic understanding of how windows and wpf work internally to figure this out.[详细]
2023-03-15 15:54 分类:问答Detect system theme change in WPF
I need, for my WPF app, to detect when the 开发者_JAVA百科DWM is turned on/off or when the system theme changes.[详细]
2023-03-13 16:53 分类:问答Disable Aero Peek in WPF application
I want to disable Aero Peek in my WPF application (my application must be visible when user placed the mouse over the button \"Show desktop\"). I use thisPInvoke signature:[详细]
2023-03-08 18:31 分类:问答How do I subscribe to an OS-level event raised when DWM composition/Aero Glass is disabled?
I\'m developing a C# application that supports Windows Aero in the main form. Some applications that do not support Visual Styles, for example GoToMeeting, disable visual styles and my form is wrongl[详细]
2023-02-27 02:20 分类:问答Extending how Win 7 (Aero) draws it's default Windows and Controls
I\'m looking to extend/override how Windows 7 draw\'s its standard Windows and controls. Right now I\'m doing preliminary research on how to modify the standard UI to make it just a little bit more to[详细]
2023-02-20 16:01 分类:问答How can I make a region on my taskbar thumbnail appear transparent in Windows 7?
I\'m developing a program that makes use of Windows 7 (and Vista) taskbar features. Right now I have a custom bitmap that will be shown in the taskbar thumbnail. The bitmap is created programmatic and[详细]
2023-02-14 04:50 分类:问答