Click here to Skip to main content
15,878,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to build QT application statically Pin
Gisle Vanem6-Jan-14 21:34
Gisle Vanem6-Jan-14 21:34 
GeneralRe: How to build QT application statically Pin
Utheen7-Jan-14 17:41
Utheen7-Jan-14 17:41 
GeneralRe: How to build QT application statically Pin
Gisle Vanem7-Jan-14 22:57
Gisle Vanem7-Jan-14 22:57 
Question[SOLVED}stack vs. heap objects: how to destruct only heap ones? Pin
liquid_4-Jan-14 6:12
liquid_4-Jan-14 6:12 
AnswerRe: stack vs. heap objects Pin
Richard Andrew x644-Jan-14 7:16
professionalRichard Andrew x644-Jan-14 7:16 
GeneralRe: stack vs. heap objects Pin
liquid_4-Jan-14 11:28
liquid_4-Jan-14 11:28 
GeneralRe: stack vs. heap objects Pin
Richard Andrew x644-Jan-14 13:34
professionalRichard Andrew x644-Jan-14 13:34 
Question[SOLVED] Toolbar style window Pin
Richard Andrew x643-Jan-14 3:09
professionalRichard Andrew x643-Jan-14 3:09 
I was able to find the answer to this question at the end of this post:
http://social.msdn.microsoft.com/Forums/vstudio/en-US/3c4c722d-eecd-49ce-98f9-5948b656bd93/wsextoolwindow-doesnt-give-look-i-want-in-windows-8?forum=vcgeneral[^]
=========
I am creating a window with the WS_EX_TOOLWINDOW style on Windows 8, and the window ends up with the full-height title bar instead of the expected half-height title bar of a tool window.

Does Windows 8 not support this half-height title bar for tool windows, or am I doing something wrong?

Here is the window creation:

C++
hWnd = CreateWindowEx(WS_EX_TOOLWINDOW | WS_EX_TOPMOST, _TEXT("Class"), _TEXT("Caption"), WS_SYSMENU | WS_VISIBLE | WS_SIZEBOX | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);


EDIT:

I just tested this in a Win 7 virtual machine, and I get the expected half-height title bar, so apparently this has something to do with Windows 8. Does anyone have any idea how to get the half-height title bar in Windows 8?



The difficult we do right away...
...the impossible takes slightly longer.


modified 3-Jan-14 9:37am.

QuestionDeleting Files Pin
BobInNJ2-Jan-14 8:25
BobInNJ2-Jan-14 8:25 
AnswerRe: Deleting Files Pin
Chris Losinger2-Jan-14 9:58
professionalChris Losinger2-Jan-14 9:58 
AnswerRe: Deleting Files Pin
David Crow3-Jan-14 4:24
David Crow3-Jan-14 4:24 
GeneralRe: Deleting Files Pin
BobInNJ6-Jan-14 3:55
BobInNJ6-Jan-14 3:55 
QuestionGet the mouse position Pin
Richard Andrew x6431-Dec-13 19:43
professionalRichard Andrew x6431-Dec-13 19:43 
AnswerRe: Get the mouse position Pin
Richard MacCutchan1-Jan-14 1:20
mveRichard MacCutchan1-Jan-14 1:20 
GeneralRe: Get the mouse position Pin
Richard Andrew x641-Jan-14 7:07
professionalRichard Andrew x641-Jan-14 7:07 
AnswerRe: Get the mouse position Pin
SandipG 2-Jan-14 0:46
SandipG 2-Jan-14 0:46 
GeneralRe: Get the mouse position Pin
Richard Andrew x642-Jan-14 5:12
professionalRichard Andrew x642-Jan-14 5:12 
GeneralRe: Get the mouse position Pin
Richard Andrew x642-Jan-14 16:31
professionalRichard Andrew x642-Jan-14 16:31 
Question[SOLVED] Cann't Show Picture using RGB Data Pin
Django_Untaken30-Dec-13 20:00
Django_Untaken30-Dec-13 20:00 
QuestionRe: Cann't Show Picture using RGB Data Pin
Richard MacCutchan30-Dec-13 22:57
mveRichard MacCutchan30-Dec-13 22:57 
AnswerRe: Cann't Show Picture using RGB Data Pin
Django_Untaken31-Dec-13 0:24
Django_Untaken31-Dec-13 0:24 
GeneralRe: Cann't Show Picture using RGB Data Pin
Jochen Arndt31-Dec-13 3:48
professionalJochen Arndt31-Dec-13 3:48 
AnswerRe: Cann't Show Picture using RGB Data Pin
Django_Untaken31-Dec-13 5:56
Django_Untaken31-Dec-13 5:56 
GeneralRe: Cann't Show Picture using RGB Data Pin
Jochen Arndt31-Dec-13 6:12
professionalJochen Arndt31-Dec-13 6:12 
GeneralRe: Cann't Show Picture using RGB Data Pin
Django_Untaken31-Dec-13 18:33
Django_Untaken31-Dec-13 18:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.