Tagged Questions
The nonclient tag has no wiki summary.
27
votes
3answers
1k views
Non client painting on aero glass window
Now Im customizing title bar of my application. My aim is to add one extra button on title bar. Im my previous question people have adviced me the way I can customize non client area. Thats works ...
6
votes
4answers
4k views
How to draw in the nonclient area?
I'd like to be able to do some drawing to the right of the menu bar, in the nonclient area of a window.
Is this possible, using C++ / MFC?
4
votes
6answers
4k views
Delphi: Draw a text in a caption form for vista with aero like windows 7
How does one draw text (with onClick event) in a caption bar on vista with aero Like Windows 7 ?
The example at delphi.about.com doesn't work on Vista with aero. Do you have any ideas?
Thanks to ...
3
votes
1answer
3k views
Handling WM_NCPAINT “breaks” DWM glass rendering on Vista/Aero
I am trying to make a window that alternates between having an Aero/Glass and a custom rendered frame (by handling WM_NCPAINT) based on a user setting. (Windows Vista).
DwmComposition is enabled. My ...
3
votes
1answer
475 views
Windows: Mouse Down on Window Decoration
In almost any Windows application, I notice that holding the mouse button down in a non-client area causes the painting to stop. Why is this required?
For example, I have a Managed Direct 3D ...
1
vote
1answer
105 views
Cursor flashing on the non-client area when using IDirect3DDevice9::SetCursorProperties
I have an application running under Direct3D9. The application is using the Direct3D HW cursor API (IDirect3DDevice9::SetCursorProperties et al.) to control the cursor. Almost everything works fine:
...
1
vote
1answer
314 views
Should I receive WM_NCPAINT when there is no client area?
There is something I would like to understand in my custom control. I handle WM_NCCALCSIZE to set the client area to the entire window, in other terms there is no nonclient area. I was expecting to ...
1
vote
3answers
83 views
Access to non-current-user sessions data in PHP
Is it possible to access data in other users sessions than the sessions which is active with the currently connecting client ($_SESSION)?
If so, how?
1
vote
1answer
541 views
DWM Composition toggle causes client area to lose alpha
I have a simple Windows application here:
http://www.bengoodger.com/software/chrome/dwm/app.cc
My app provides a customized glass frame for when DWM compositing is active, and a fully custom frame ...
0
votes
1answer
89 views
Win32 ERROR_NOACCESS when calling _TrackMouseEvent for non client mouse leave (C#)
I'm currently coding some sort of custom form borders by intercepting various WndProc messages and painting in the non client area. To create some sort of hover effects for the close-button and so on, ...
0
votes
0answers
115 views
vb.net Non-client area problem on windows theme changed
I have a web browser project (vb.net) and some pictureboxes on application title bar (I resized non-client area) and I've got a problem with it. When I change Windows theme (from aero to basic), whole ...
0
votes
1answer
480 views
Change the style (title bar color, border) of winforms, that is , of the non-client area
Is there any simple way to change the color of the title bar of winforms , change the look and feel of the non-client area ?
i have found this link, but it seems to be very typical for a beginner :
...
0
votes
1answer
426 views
Transparent non-client area
I am creating a TextBox control subclass using Windows Forms. I am using the WM_NCCALCSIZE to change the client area (to enlarge the non-client area) but I have not found any solution on how to make ...