Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create CTabCtrl with dialog as laying Pin
NoName II26-Jun-06 2:29
NoName II26-Jun-06 2:29 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Hamid_RT26-Jun-06 2:41
Hamid_RT26-Jun-06 2:41 
GeneralRe: How to create CTabCtrl with dialog as laying Pin
NoName II26-Jun-06 23:06
NoName II26-Jun-06 23:06 
GeneralRe: How to create CTabCtrl with dialog as laying Pin
Hamid_RT27-Jun-06 1:40
Hamid_RT27-Jun-06 1:40 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Sarath C26-Jun-06 2:42
Sarath C26-Jun-06 2:42 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Zac Howland26-Jun-06 4:10
Zac Howland26-Jun-06 4:10 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Sam Hobbs26-Jun-06 14:02
Sam Hobbs26-Jun-06 14:02 
QuestionWhat is wrong with this? Pin
James R. Twine26-Jun-06 2:27
James R. Twine26-Jun-06 2:27 
   OK...  In a pseudo-bet, I am wondering if the MFC developers out there can see what is wrong with the following catch clause extracted from an example.  I am hoping that something obvious pops out of it.
catch( CMemoryException *pExMem )
{
	CString	csError;
	TCHAR	caErr[128+1];
 
	pExMem->GetErrorMessage(caErr,128);
	csError.Format(_T("An exception has been encountered:\n%s"),caErr);
	AfxMessageBox(csError,MB_EXCLAMATION);
	pExMem->Delete();
}
   Hint - it is not about NUL termination.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
AnswerRe: What is wrong with this? Pin
Sarath C26-Jun-06 2:39
Sarath C26-Jun-06 2:39 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 2:45
James R. Twine26-Jun-06 2:45 
GeneralRe: What is wrong with this? Pin
Zac Howland26-Jun-06 4:15
Zac Howland26-Jun-06 4:15 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 4:56
James R. Twine26-Jun-06 4:56 
AnswerRe: What is wrong with this? [modified] Pin
Viorel.26-Jun-06 2:47
Viorel.26-Jun-06 2:47 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 3:02
James R. Twine26-Jun-06 3:02 
GeneralRe: What is wrong with this? [modified] Pin
ovidiucucu26-Jun-06 3:43
ovidiucucu26-Jun-06 3:43 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 5:02
James R. Twine26-Jun-06 5:02 
AnswerRe: What is wrong with this? Pin
ovidiucucu26-Jun-06 3:35
ovidiucucu26-Jun-06 3:35 
AnswerRe: What is wrong with this? Pin
Sarath C26-Jun-06 3:48
Sarath C26-Jun-06 3:48 
GeneralRe: What is wrong with this? Pin
Naveen26-Jun-06 3:52
Naveen26-Jun-06 3:52 
GeneralRe: What is wrong with this? Pin
Sarath C26-Jun-06 4:25
Sarath C26-Jun-06 4:25 
AnswerRe: What is wrong with this? Pin
James R. Twine26-Jun-06 5:00
James R. Twine26-Jun-06 5:00 
GeneralRe: What is wrong with this? [modified] Pin
ovidiucucu26-Jun-06 5:06
ovidiucucu26-Jun-06 5:06 
GeneralRe: What is wrong with this? Pin
James R. Twine26-Jun-06 4:42
James R. Twine26-Jun-06 4:42 
AnswerRe: What is wrong with this? Pin
Chris Meech26-Jun-06 4:25
Chris Meech26-Jun-06 4:25 
Questionhow we caan add files to listbox Pin
happy_ram26-Jun-06 1:18
happy_ram26-Jun-06 1:18 

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.