Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiler Error C1083 Pin
Cyrilix12-Aug-07 7:25
Cyrilix12-Aug-07 7:25 
AnswerRe: Compiler Error C1083 Pin
bob169721-Aug-07 6:43
bob169721-Aug-07 6:43 
GeneralRe: Compiler Error C1083 Pin
sanjutvm12-Aug-07 6:03
sanjutvm12-Aug-07 6:03 
AnswerRe: Compiler Error C1083 Pin
Eytukan1-Aug-07 7:02
Eytukan1-Aug-07 7:02 
GeneralRe: Compiler Error C1083 Pin
sanjutvm12-Aug-07 6:06
sanjutvm12-Aug-07 6:06 
QuestionFloating toolbar-Remove taskbar button? Pin
Gunn3171-Aug-07 3:16
Gunn3171-Aug-07 3:16 
AnswerRe: Floating toolbar-Remove taskbar button? Pin
James R. Twine1-Aug-07 4:23
James R. Twine1-Aug-07 4:23 
GeneralRe: Floating toolbar-Remove taskbar button? Pin
Gunn31717-Aug-07 9:28
Gunn31717-Aug-07 9:28 
Thanks for the reply. I've had a chance to tackle this issue again. Using Spy++, the WS_EX_APPWINDOW style is not set in my toolbar control. However, maybe one of them is reponsible for putting it on the taskbar? I can't figure it out. Here are the results of Spy++ (VS2005) on my undocked toolbar, which shows a taskbar button that I don't want.

Styles of the window holding the toolbar control:


WS_CAPTION, WS_POPUP, WS_VISIBLE, WS_CLIPSIBLINGS, WS_SYSMENU, WS_THICKFRAME


Extended styles:
WS_EX_LEFT, WS_EX_LTRREADING, WS_EX_RIGHTSCROLLBAR, WS_EX_TOOLWINDOW, WS_EX_WINDOWEDGE

And here are the styles of the toolbar control itself:

WS_CHILDWINDOW, WS_VISIBLE, TBSTYLE_TRANSPARENT, TBSTYLE_FLAT, TBSTYLE_WRAPABLE, TBSTYLE_TOOLTIPS, CCS_NODIVIDER, CCS_ADJUSTABLE, CCS_NOPARENTALIGN CCS_NORESIZE, CCS_TOP

Extended styles:
WS_EX_LEFT, WS_EX_LTRREADING, WSs_EX_RIGHTSCROLLBAR

Any clues? I can't figure anything out...

Thanks again, Tom
GeneralSTL Pin
Rage1-Aug-07 3:12
professionalRage1-Aug-07 3:12 
GeneralRe: STL Pin
Cyrilix1-Aug-07 5:29
Cyrilix1-Aug-07 5:29 
GeneralRe: STL Pin
Rage1-Aug-07 6:00
professionalRage1-Aug-07 6:00 
GeneralRe: STL Pin
Cyrilix1-Aug-07 6:20
Cyrilix1-Aug-07 6:20 
GeneralRe: STL Pin
Rage1-Aug-07 20:57
professionalRage1-Aug-07 20:57 
GeneralRe: STL Pin
Eytukan1-Aug-07 6:57
Eytukan1-Aug-07 6:57 
GeneralRe: STL Pin
toxcct1-Aug-07 7:20
toxcct1-Aug-07 7:20 
GeneralRe: STL Pin
Eytukan1-Aug-07 7:29
Eytukan1-Aug-07 7:29 
GeneralRe: STL Pin
Rage1-Aug-07 20:53
professionalRage1-Aug-07 20:53 
GeneralRe: STL Pin
Eytukan1-Aug-07 7:23
Eytukan1-Aug-07 7:23 
GeneralRe: STL Pin
Rage1-Aug-07 20:54
professionalRage1-Aug-07 20:54 
QuestionLaunching Paint from different OS Pin
TheDelChop1-Aug-07 2:54
TheDelChop1-Aug-07 2:54 
QuestionRe: Launching Paint from different OS Pin
David Crow1-Aug-07 2:56
David Crow1-Aug-07 2:56 
AnswerRe: Launching Paint from different OS Pin
toxcct1-Aug-07 3:02
toxcct1-Aug-07 3:02 
Answer[Message Deleted] Pin
Jonathan [Darka]1-Aug-07 3:06
professionalJonathan [Darka]1-Aug-07 3:06 
JokeRe: Launching Paint from different OS Pin
toxcct1-Aug-07 3:13
toxcct1-Aug-07 3:13 
GeneralRe: Launching Paint from different OS [modified] Pin
Jonathan [Darka]1-Aug-07 3:51
professionalJonathan [Darka]1-Aug-07 3:51 

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.