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

C / C++ / MFC

 
GeneralRe: Tracing memory leaks in VC++ 6 Pin
Fahr25-Aug-03 8:55
Fahr25-Aug-03 8:55 
GeneralRe: Tracing memory leaks in VC++ 6 Pin
Larry J. Siddens28-Aug-03 4:18
Larry J. Siddens28-Aug-03 4:18 
GeneralRe: Tracing memory leaks in VC++ 6 Pin
Fahr28-Aug-03 5:07
Fahr28-Aug-03 5:07 
Questionhow to have a 2 frame SDI window? Pin
bigsami21-Aug-03 22:27
bigsami21-Aug-03 22:27 
AnswerRe: how to have a 2 frame SDI window? Pin
Cedric Moonen21-Aug-03 22:44
Cedric Moonen21-Aug-03 22:44 
Questionput button in title bar of dialog?? Pin
xxhimanshu21-Aug-03 21:55
xxhimanshu21-Aug-03 21:55 
AnswerRe: put button in title bar of dialog?? Pin
Miszou22-Aug-03 10:57
Miszou22-Aug-03 10:57 
QuestionWhy toolbar is under menu by view ? Pin
vgrigor21-Aug-03 21:46
vgrigor21-Aug-03 21:46 
Why toolbar is drawn in window created by CreateEx() -
not LoadFrame() like CMainFrame,

shows only CView-like toolbar -
it under flat level menu of window?

And CView size must take toolbar size into account in
client area in OnSize() ?


<br />
		hr =  m_PAlarmWnd-><br />
			CreateEx(<br />
			NULL|WS_EX_CLIENTEDGE      ,//WS_CHILD |WS_BORDER <br />
			NULL,(LPCTSTR)strHeading<br />
			,WS_VISIBLE |WS_CAPTION|WS_POPUP| //|WS_OVERLAPPED <br />
			//|WS_SIZEBOX | WS_MINIMIZEBOX | WS_THICKFRAME <br />
			WS_SYSMENU| WS_THICKFRAME| WS_MINIMIZEBOX| WS_MAXIMIZEBOX <br />
			//|WS_OVERLAPPEDWINDOW<br />
			,0,0,900,600, <br />
			pParent->GetSafeHwnd(),<br />
			pMenu->GetSafeHmenu()//	IDR_MENU1//<br />
			,0);<br />



____

why also
do not displays tooltips,
but if to do not insert style TBSTYLE_FLAT
tooltip appears ?
GeneralDialog in a thread Pin
Cedric Moonen21-Aug-03 21:40
Cedric Moonen21-Aug-03 21:40 
GeneralRe: Dialog in a thread Pin
Cedric Moonen21-Aug-03 21:56
Cedric Moonen21-Aug-03 21:56 
GeneralRe: Dialog in a thread Pin
Neville Franks21-Aug-03 23:24
Neville Franks21-Aug-03 23:24 
GeneralRe: Dialog in a thread Pin
Cedric Moonen21-Aug-03 23:32
Cedric Moonen21-Aug-03 23:32 
Questionhow to create a CString with huge lengh? Pin
wangnanjing21-Aug-03 20:53
wangnanjing21-Aug-03 20:53 
AnswerRe: how to create a CString with huge lengh? Pin
Nish Nishant21-Aug-03 21:04
sitebuilderNish Nishant21-Aug-03 21:04 
GeneralRe: how to create a CString with huge lengh? Pin
Manfred Staiger22-Aug-03 1:31
Manfred Staiger22-Aug-03 1:31 
AnswerRe: how to create a CString with huge lengh? Pin
Joey Bloggs21-Aug-03 21:17
Joey Bloggs21-Aug-03 21:17 
AnswerRe: how to create a CString with huge lengh? Pin
Paolo Bardella22-Aug-03 1:54
Paolo Bardella22-Aug-03 1:54 
Generaldebug mydll.dll works fine, releaseminsize doesn't Pin
suninwater21-Aug-03 20:31
suninwater21-Aug-03 20:31 
GeneralRe: debug mydll.dll works fine, releaseminsize doesn't Pin
Dominik Reichl21-Aug-03 20:42
Dominik Reichl21-Aug-03 20:42 
GeneralRe: debug mydll.dll works fine, releaseminsize doesn't Pin
David Crow22-Aug-03 3:06
David Crow22-Aug-03 3:06 
Generaladodc.cpp reference Pin
Dmitriy Aleksandrovich21-Aug-03 19:43
Dmitriy Aleksandrovich21-Aug-03 19:43 
GeneralRecycle bin API restore all files API Pin
rohit.dhamija21-Aug-03 19:06
rohit.dhamija21-Aug-03 19:06 
GeneralRe: Recycle bin API restore all files API Pin
Dominik Reichl21-Aug-03 20:48
Dominik Reichl21-Aug-03 20:48 
GeneralRe: Recycle bin API restore all files API Pin
rohit.dhamija21-Aug-03 20:55
rohit.dhamija21-Aug-03 20:55 
GeneralRe: Recycle bin API restore all files API Pin
David Crow22-Aug-03 2:58
David Crow22-Aug-03 2:58 

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.