Been trying to use the following code in order to check if Windows Aero is enabled: function AeroEnabled: boolean;
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.
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开发者
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
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.
I need, for my WPF app, to detect when the 开发者_JAVA百科DWM is turned on/off or when the system theme changes.
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:
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
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
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