I have a Qt app with a MainWindow; I would like to change the color of this titlebar. There is apparently no way of doing that by direct Qt calls; how could I manage to do that, even with carbon or co
I have created a custom title bar view for a blackened NSWindow (style 0), so that I can have it disappear in a similar manner to Quicktime X. The only problem is, the buttons don\'t respond to mouse
I\'m hoping that someone else has experienced this and can point me in the right direction as to the cause/fix.
I am using ClipCursor to lock a mouse in a window. How do I detect the height of the window\'s title bar and border of the window (so the only place the mouse can\'t click 开发者_JAVA百科the title bar
Is there a way to retrieve the height (in pixels) taken by the application title and the top bar (the one containing the clock, signal informati开发者_StackOverflowon etc...)
I was wondering if there is a way to add (programatically, of course) an icon/button/whatever besides plain text to a window (Microsoft Windows window...)\'s title bar or next to where the minimize/ma
I\'m creating an application and I don\'t want a title bar: If the title remains the same all the time, does it make sense to show it? For example, if an app doesn’t show the names of documents, or
I have followed the instructions from this SO question: How to change the text on the action bar I am able to successfully create my own titlebar, however when I apply a background color to my layout
Using Delphi I would like to add another button to the border icon buttons; close, maximize, minimize. Any ideas on h开发者_开发问答ow to do this?This was easy to do prior to Windows Aero. You simply
Is there a way to create windows like the native Windows 7 notification area Windows with Windows Presentation Foundation? For example the audio controls or the power plan settings.