The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

How do I disable alt-codes in dwm?

I'm running ubuntu with dwm just for learning, but I cannot use any commands which use the meta/alt key because any further keys with alt are interpreted as an alt-code and prints out accented ...
0
votes
0answers
49 views

Dwm.exe memory leak when resizing simple WinForm application

I created very simple Winform application in VS2010 (just a standard template File->New->Project->C# Windows Forms Application). After several form resizes the system memory consumption can increase ...
0
votes
0answers
93 views

How to keep aero glass when handling WM_NCPAINT WinEvent

I’m handling the WM_NCPAINT WinEvent for draw a pushbutton at the non client area of my window. But as you can see at the following image, the aero glass border has disappeared, and my window has no ...
2
votes
1answer
35 views

How to get the top frame height of a dwm extended and maximized window?

I created a window using dwmextendframeintoclientarea, everything is ok except the top frame height is less than the value I settled while the window is maximized. So the text drawn using ...
0
votes
2answers
833 views

Maven Java EE Configuration Marker with Java Server Faces 1.2

I'm having a weird configuration problem with Maven in Eclipse. Although I can build the project and deploy it to tomcat without any errors, The Marker tab keeps showing the following message: [-] ...
3
votes
2answers
336 views

VB6 Drag and Drop Performance in Windows 8

I have a rather large VB6 application that features dragging and dropping controls between sub forms in an MDI application. The problem is the performance is really bad during the drag operation. You ...
0
votes
1answer
238 views

Remove the standard window frame in C++ Win32

I saw this documentation on MSDN. I am trying to remove the standard frame of the window. I successfully extended the frame into client area, but the following snippet does not work. My window looks ...
3
votes
0answers
690 views

Win7/8 DWM Draw hooking

I am trying to develop certain extension for Desktop Window Manager. I selected method of DLL injection and function hooking. It is supposed to be working in Windows 7 and Windows 8. I successfuly ...
0
votes
0answers
216 views

How does DWM get buffers for application drawing?

It is my understanding that DWM works by keeping buffers for the graphical output of all windows. Programs painting these windows have their output redirected to this buffer. DWM creates DirectX 3D ...
2
votes
2answers
613 views

Is DwmIsCompositionEnabled still of use in Windows 8?

According to Enable and Control DWM Composition: Note As of Windows 8, the information in this section is no longer valid. DWM can no longer be programmatically disabled, nor is it disabled ...
0
votes
1answer
115 views

How can I turn off DwmExtendFrameIntoClientArea?

After I've called DwmExtendFrameIntoClientArea on a window, how can I turn it off again while remaining in Aero mode? I've tried to call DwmExtendFrameIntoClientArea with all margins set to 0, which ...
0
votes
0answers
257 views

Extending glass frame with FormBorderSTYLE = None

I have the following code: public struct Margins { int Left; int Right; int Top; int Bottom; public Margins( int l, int r, int t, int b ) { Left = r; Right = ...
1
vote
0answers
235 views

DwmExtendFrameIntoClientArea in C++

I have the following C++ code: LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { bool fCallDWP = true; BOOL fDwmEnabled = FALSE; LRESULT lRet = 0; ...
1
vote
0answers
186 views

Covnersion from System::IntPtr to HWND

I have the following C++ code: HRESULT hr = S_OK; hr = DwmExtendFrameIntoClientArea(this->Handle, &margins); But, when I try to compile I get the following error: error C2664: ...
2
votes
1answer
75 views

How I can implement circle switching layouts in dwm?

By default in dwm config.h provide one keybinding per layout. { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XK_m, setlayout, {.v ...
1
vote
0answers
431 views

Direct3D 10 vsync issue in window mode with DWM disabled

I've got a problem with vsync on Direct3D 10 in window mode with DWM disabled. We have an application, that render and present some output. It have to work in window mode and it have to produce ...
1
vote
2answers
433 views

Read out Thunderbird unread mail? (linux, terminal)

I am about building a statusbar for dwm, i want to read out the unread-mail-count via terminal (with grep, sed, or fopen as a file) and get it via fopen/popen. I am using ubuntu/dwm/thunderbird 16. I ...
0
votes
1answer
80 views

DWM messages constant values [closed]

I searched on internet, but I couldnt find what I am intersted in... I am trying to find the value of private const int DWMCOMPOSITIONCHANGED; Thanks in advance!
0
votes
2answers
118 views

Extending caption bar without glass

I saw that Windows 7 Wizard has the title bar extended without requiring Aero Glass. Look at this: I made my application to work with Aero Glass, but how about withiut it? Thanks in advance!
0
votes
0answers
138 views

How do I control when DWM presents my app to the screen? [closed]

The MSDN help for DwmSetPresentParameters and DwmFlush is not very helpful! I need to present my multi-window DirectX application so that the presents for each window appear every vertical refresh and ...
0
votes
0answers
296 views

Is there any way to fix the side effect of “DwmEnableBlurBehindWindow” in VC6.0?

I have met an exactly problem which metioned in the MSDN Topic:DWM Blur Behind Overview. After DwmEnableBlurBehindWindow was called, the client area became a beautiful glass, but unfortunatly, all of ...
-1
votes
1answer
94 views

Placement script for dwm

dwm have different screen mentioned on the dmenu (the bar on the top) as 1 2 3 4... I wanted write a script that open for example application A on screen 1 and application B and C on screen 2. How ...
5
votes
1answer
621 views

OpenGL flickering/damaged with window resize and DWM active

I have a wxWidgets application that has a number of child opengl windows. I'm using my own GL canvas class, not the wx one. The windows share their OpenGL context. I don't think the fact it is ...
3
votes
1answer
2k views

How to port WM to wayland?

Are there any examples to port existing WM from X11 to wayland? For example, porting light-weighted WMs (such as dwm, wmii, awesome) to wayland. Maybe, portings dwm to wayland is a good example.
1
vote
2answers
148 views

Is there a way to send Keys to the Windowmanager

Is there a gem to send keys to the Windowmanager with Ruby? I would like to send commands to the windowmanager (I use dwm). Something like windowmanager.send( "MOD-Shift-C" ) or stuff would be ...
1
vote
2answers
509 views

DwmEnableComposition not enabling Aero

I'm trying to enable Aero for my application (a Firefox plugin running "single process" with the browser) but I'm failing to do so. The OS is Windows 7 64bit. This is the code: BOOL bEnabled = ...
2
votes
2answers
610 views

Possible to use WM_NCPAINT and still get the shadow behind a window on Aero?

Currently, I'm trying to have a top-level window in Windows Forms with a custom frame (using DevExpress' SkinManager.EnableFormSkins function) and still have a shadow around the window, when running ...
1
vote
0answers
251 views

Windows 8 Dwm/Aero - No Side Margins

I have a .NET 2.0 app that calls DwmExtendFrameIntoClientArea on some forms to create glass-like effect on certain sides as defined by the MARGINS structure. It works as expected on Windows Vista and ...
0
votes
1answer
225 views

Clearing a window contents in a blur behind window(DWM)

I have a window on which I call DwmExtendFrameIntoClientArea(), the window hosts other child windows, I use Direct2D to paint on one of the child windows, When a bitmap is loaded which has a black ...
11
votes
3answers
802 views

How do I display open IE tabs as DWM thumbnails?

I am building a WPF application in C# and I want to display thumbnails of open IE tabs in a listbox. I'm essentially trying to duplicate the DWM functionality in Windows 7. I have figured out how ...
1
vote
3answers
145 views

Is there any mechanism in Windows that would allow for system-wide color-inversion (i.e. night mode)?

One of my favorite Mac OSX apps is Blacktree's Nocturne, which inverts the colors of the whole screen such that you end up with a black-on-white display systemwide that is easy on the eyes in a dark ...
2
votes
1answer
238 views

Bad visual behavior with extended GlassFrame

I have a major problem which I can't solve. I'm editing question in order to simplify what really happens: Create blank Delphi application (I've tried this in 2007) In Form constructor ...
1
vote
1answer
457 views

Change dwm colorization - Windows 7

I'm currently trying to write a program in VB.NET which fluidly changes the DWM window colorization colors in Windows 7. I first tried to edit Registry values directly, but I had to restart the UXSMS ...
0
votes
0answers
144 views

Full-screened app shows as black rectangle in Windows Flip 3D (pressing Win+TAB)

We have a DirectX application which can switch to full-screen mode. While in full-screen mode, pressing Win+TAB brings up the Aero Flip 3D interface, but the thumbnail for the application is a black ...
0
votes
1answer
691 views

Lost Windows 7 transparency DWM not working properly

After installing new theme from Microsoft (http://windows.microsoft.com/hr-HR/windows/downloads/snowflakes-and-frost-theme) my Windows 7 lost all its transparency (Aero) effects and placed Windows ...
0
votes
0answers
394 views

DwmExtendFrameIntoClientArea and maximized window

I am trying to build a nice GUI with some glass effect in the client area. So I implemented it as described here. I was successful and have nice frame fully of glass, but only as long the window is ...
2
votes
1answer
99 views

How do I do 3d manipulations on live windows 7 window contents?

This is basically a scoping question, where would I look for the facility to render window contents to 3d surfaces and manipulate them? I mean can I have a program like a shell that composites live ...
3
votes
2answers
958 views

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. I understand that I need to use ...
0
votes
0answers
117 views

How to keep priority in dwm?

I have a Direct3D window that hides until you push a hotkey. Then it makes itself visible and plays an animation. The problem is, if I leave it hidden for like, 30 seconds (give or take, it kind of ...
1
vote
0answers
405 views

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 ...
3
votes
1answer
399 views

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 ...
2
votes
1answer
1k views

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. The problem is this: I created a window that ...
3
votes
2answers
825 views

Detect system theme change in WPF

I need, for my WPF app, to detect when the DWM is turned on/off or when the system theme changes. There is such an event in WinForms, but I can't see any in WPF.
2
votes
1answer
873 views

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 this PInvoke signature: [Flags] public enum ...
6
votes
1answer
250 views

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 wrongly ...
0
votes
2answers
268 views

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 touch ...
0
votes
3answers
12k views

Problem with explorer.exe and dwm.exe in Windows 7 [closed]

I'm using Window 7 Ultimate. I get a problem with two processes, namely explorer.exe and sometimes dwm.exe. The two processes tend to use cpu between 20-30%. And it only occurs when i play some game ...
3
votes
1answer
1k views

How make sure Aero effect is enabled?

Is there any api or something that we make sure, Glass effect is already actived? In some codes that i saw, if DllNotFoundException throws, then they make sure it's not active or not exists. is there ...
1
vote
1answer
874 views

dwm xsetroot CPU usage display with awk

I'm using dwm tiling window manager in Arch Linux. I want to customize the top bar display. I already added date, memory, now playing and uptime stuff, but the CPU display won't work for me. When I ...
0
votes
2answers
283 views

Rotate DWM Thumbnails

I was successfully able to register a DWM thumbnail and display it in my window (what I mean is the Vista/Win7 feature which allows you to live stream other top-level windows inside yours). Is there ...

1 2 3