Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessages Between CFormViews Pin
John Gilbert22-Aug-02 5:57
John Gilbert22-Aug-02 5:57 
GeneralRe: Messages Between CFormViews Pin
Tomasz Sowinski22-Aug-02 7:32
Tomasz Sowinski22-Aug-02 7:32 
GeneralRe: Messages Between CFormViews Pin
John Gilbert22-Aug-02 7:52
John Gilbert22-Aug-02 7:52 
Generalmkdir Pin
pnpfriend22-Aug-02 5:52
pnpfriend22-Aug-02 5:52 
GeneralRe: mkdir Pin
Mustafa Demirhan22-Aug-02 10:52
Mustafa Demirhan22-Aug-02 10:52 
GeneralRe: mkdir Pin
Todd Smith22-Aug-02 17:30
Todd Smith22-Aug-02 17:30 
Generalsecond CStatusBar Pin
22-Aug-02 5:35
suss22-Aug-02 5:35 
GeneralRe: second CStatusBar Pin
Enis22-Aug-02 6:30
Enis22-Aug-02 6:30 
TeeTeeHaa wrote:
The problem is: the second status bar although has this "resizing triangle" - which produces unwanted effects when used.

The size grip appears because the parent window is resizable. trace into the CStatusBar::Create() and you will see:
if (pParentWnd->GetStyle() & WS_THICKFRAME)<br />
		dwStyle |= SBARS_SIZEGRIP;<br />

This is why the size grip appears, even if you create it without the SBARS_SIZEGRIP flag. I think you can acomplish what you want by creating your own class derived from CStatusBar, and override PreCreateWindow().

Enis Arif
-----------

"I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world." (Albert Einstein)
GeneralMAPI Delivery receipt Pin
Enis22-Aug-02 4:36
Enis22-Aug-02 4:36 
QuestionON_COMMAND macro in imported files?!!? Pin
Jawache22-Aug-02 4:15
Jawache22-Aug-02 4:15 
AnswerRe: ON_COMMAND macro in imported files?!!? Pin
Jon Hulatt22-Aug-02 4:20
Jon Hulatt22-Aug-02 4:20 
GeneralRe: ON_COMMAND macro in imported files?!!? Pin
Jawache22-Aug-02 5:48
Jawache22-Aug-02 5:48 
Generalsystem title bar menu X, add code to Pin
jimNLX22-Aug-02 3:58
jimNLX22-Aug-02 3:58 
GeneralRe: system title bar menu X, add code to Pin
Jon Hulatt22-Aug-02 4:06
Jon Hulatt22-Aug-02 4:06 
GeneralRe: system title bar menu X, add code to Pin
jimNLX22-Aug-02 4:09
jimNLX22-Aug-02 4:09 
GeneralExcel Developper's Kit Pin
Zizilamoroso22-Aug-02 3:45
Zizilamoroso22-Aug-02 3:45 
GeneralRe: Excel Developper's Kit Pin
Enis22-Aug-02 4:48
Enis22-Aug-02 4:48 
GeneralRe: Excel Developper's Kit Pin
Stephane Rodriguez.22-Aug-02 22:50
Stephane Rodriguez.22-Aug-02 22:50 
GeneralRe: Excel Developper's Kit Pin
Zizilamoroso23-Aug-02 3:11
Zizilamoroso23-Aug-02 3:11 
QuestionVC6 and which Service pack? Pin
Anonymous22-Aug-02 3:13
Anonymous22-Aug-02 3:13 
AnswerRe: VC6 and which Service pack? Pin
Stephane Rodriguez.22-Aug-02 3:18
Stephane Rodriguez.22-Aug-02 3:18 
GeneralRe: VC6 and which Service pack? STL and VC? Pin
Anonymous22-Aug-02 4:44
Anonymous22-Aug-02 4:44 
GeneralRe: VC6 and which Service pack? STL and VC? Pin
Stephane Rodriguez.22-Aug-02 6:32
Stephane Rodriguez.22-Aug-02 6:32 
GeneralRe: VC6 and which Service pack? STL and VC? Pin
Anonymous22-Aug-02 22:44
Anonymous22-Aug-02 22:44 
GeneralRe: VC6 and which Service pack? STL and VC? Pin
Todd Smith22-Aug-02 17:34
Todd Smith22-Aug-02 17:34 

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.