Click here to Skip to main content
16,011,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInserting data into an existing file... Pin
CMFC6.0VS.NETUser25-Apr-01 7:45
CMFC6.0VS.NETUser25-Apr-01 7:45 
GeneralRe: Inserting data into an existing file... Pin
Wayne Fuller25-Apr-01 8:04
Wayne Fuller25-Apr-01 8:04 
GeneralRe: Inserting data into an existing file... Pin
CMFC6.0VS.NETUser26-Apr-01 5:15
CMFC6.0VS.NETUser26-Apr-01 5:15 
QuestionHow to add a char to standard widows clock (in TaskTray)? Pin
25-Apr-01 5:49
suss25-Apr-01 5:49 
GeneralUpdate menu ... Pin
Hadi Rezaee25-Apr-01 5:40
Hadi Rezaee25-Apr-01 5:40 
GeneralRe: Update menu ... Pin
Hadi Rezaee25-Apr-01 7:50
Hadi Rezaee25-Apr-01 7:50 
GeneralChange width of a tab in a propertypage Pin
25-Apr-01 5:06
suss25-Apr-01 5:06 
QuestionWhich function throws exception? Pin
25-Apr-01 2:06
suss25-Apr-01 2:06 
Is it possible to get info of which function throws an exception? I want to know if CFile::Close() throws an exception in the CATCH block.


CATCH( CFileException, e )
{
// Does something like this exist?
if( e->ThrowingFunc() == Close )
{
//some code
}
}

Thanks
Daniel

AnswerRe: Which function throws exception? Pin
Chris Meech25-Apr-01 8:30
Chris Meech25-Apr-01 8:30 
QuestionHow to create a gray back ground upon Application start up Pin
hearties24-Apr-01 23:59
hearties24-Apr-01 23:59 
AnswerRe: How to create a gray back ground upon Application start up Pin
Michael Dunn25-Apr-01 7:38
sitebuilderMichael Dunn25-Apr-01 7:38 
AnswerRe: How to create a gray back ground upon Application start up Pin
Erik Thompson25-Apr-01 7:38
sitebuilderErik Thompson25-Apr-01 7:38 
QuestionSave RichEdit data to file ? Pin
Hadi Rezaee24-Apr-01 16:35
Hadi Rezaee24-Apr-01 16:35 
General3D to 2D Transformation Pin
MikeG24-Apr-01 15:14
MikeG24-Apr-01 15:14 
GeneralPlease Help, How do I Edit a Cell in CListCtrl Pin
24-Apr-01 12:32
suss24-Apr-01 12:32 
GeneralMy dialog box is too big when I ...... Pin
Richard Cheng24-Apr-01 8:07
Richard Cheng24-Apr-01 8:07 
GeneralRe: My dialog box is too big when I ...... Pin
24-Apr-01 9:43
suss24-Apr-01 9:43 
GeneralRegistering EXE Pin
Dev Rupanagudi24-Apr-01 7:47
Dev Rupanagudi24-Apr-01 7:47 
GeneralXML Parser and Writer class requested Pin
24-Apr-01 6:09
suss24-Apr-01 6:09 
GeneralRe: XML Parser and Writer class requested Pin
Jamie Nordmeyer24-Apr-01 7:24
Jamie Nordmeyer24-Apr-01 7:24 
GeneralERROR_CALL_NOT_IMPLEMENTED Pin
Michael Anderson24-Apr-01 6:06
Michael Anderson24-Apr-01 6:06 
GeneralRe: ERROR_CALL_NOT_IMPLEMENTED Pin
Tomasz Sowinski24-Apr-01 7:42
Tomasz Sowinski24-Apr-01 7:42 
GeneralRe: ERROR_CALL_NOT_IMPLEMENTED Pin
Michael Anderson24-Apr-01 11:02
Michael Anderson24-Apr-01 11:02 
GeneralRe: ERROR_CALL_NOT_IMPLEMENTED Pin
Tomasz Sowinski25-Apr-01 0:49
Tomasz Sowinski25-Apr-01 0:49 
GeneralSending WM_CLOSE message to a Window Pin
confalonieri24-Apr-01 5:22
confalonieri24-Apr-01 5:22 

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.