The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 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
37 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
79 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
0answers
33 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
704 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
324 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
223 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 ...
2
votes
0answers
676 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
211 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
567 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
112 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
247 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
234 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
181 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
72 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 2 3 4 5 7
15 30 50 per page