Click here to Skip to main content
16,016,290 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registry Names Pin
radhika282-Nov-06 0:31
radhika282-Nov-06 0:31 
GeneralRe: Registry Names Pin
dharani2-Nov-06 0:54
dharani2-Nov-06 0:54 
GeneralRe: Registry Names Pin
radhika282-Nov-06 1:23
radhika282-Nov-06 1:23 
AnswerRe: Registry Names Pin
David Crow2-Nov-06 3:41
David Crow2-Nov-06 3:41 
QuestionOutlook Express, how can I delete the mail which user selected using MFC? Pin
hareluya_no_11-Nov-06 22:46
hareluya_no_11-Nov-06 22:46 
QuestionHow to show image while scrolling? Pin
Sunil P V1-Nov-06 22:16
Sunil P V1-Nov-06 22:16 
AnswerRe: How to show image while scrolling? Pin
aquawicket2-Nov-06 18:37
aquawicket2-Nov-06 18:37 
QuestionHow to Handle exception???? Pin
birajendu1-Nov-06 21:17
birajendu1-Nov-06 21:17 
hi
How to handle exception generated from CFile::Write() function?


try
{
f2.Write(buf,length);
}
catch(CFileException *e)
{
e->Delete();
}
In the above piece of code wen there is an exception due to disk full it does not come to catch part rather the OS handles....I need to handle thru the application....

Thanx in advance..

birajendu
CyberG India
Delhi
India

AnswerRe: How to Handle exception???? Pin
Weiye Chen1-Nov-06 21:56
Weiye Chen1-Nov-06 21:56 
GeneralRe: How to Handle exception???? Pin
birajendu1-Nov-06 22:36
birajendu1-Nov-06 22:36 
GeneralRe: How to Handle exception???? Pin
Weiye Chen1-Nov-06 22:54
Weiye Chen1-Nov-06 22:54 
AnswerRe: How to Handle exception???? Pin
kakan1-Nov-06 22:14
professionalkakan1-Nov-06 22:14 
GeneralRe: How to Handle exception???? Pin
birajendu1-Nov-06 22:37
birajendu1-Nov-06 22:37 
AnswerRe: How to Handle exception???? Pin
Divyang Mithaiwala1-Nov-06 23:20
Divyang Mithaiwala1-Nov-06 23:20 
AnswerRe: How to Handle exception???? Pin
David Crow2-Nov-06 3:57
David Crow2-Nov-06 3:57 
Questionresize CFileDialog problem! Pin
toanmtkh@yahoo.com1-Nov-06 19:19
toanmtkh@yahoo.com1-Nov-06 19:19 
AnswerRe: resize CFileDialog problem! Pin
PJ Arends1-Nov-06 19:46
professionalPJ Arends1-Nov-06 19:46 
GeneralRe: resize CFileDialog problem! Pin
toanmtkh@yahoo.com1-Nov-06 20:50
toanmtkh@yahoo.com1-Nov-06 20:50 
GeneralRe: resize CFileDialog problem! Pin
Mark Salsbery2-Nov-06 8:41
Mark Salsbery2-Nov-06 8:41 
AnswerRe: resize CFileDialog problem! Pin
David Crow2-Nov-06 3:57
David Crow2-Nov-06 3:57 
QuestionMenu close event Pin
Imtiaz Murtaza1-Nov-06 19:06
Imtiaz Murtaza1-Nov-06 19:06 
AnswerRe: Menu close event Pin
PJ Arends1-Nov-06 19:18
professionalPJ Arends1-Nov-06 19:18 
Questiontype castting and assignement problem Pin
kk_mfc1-Nov-06 18:20
kk_mfc1-Nov-06 18:20 
QuestionRe: type castting and assignement problem Pin
prasad_som1-Nov-06 18:39
prasad_som1-Nov-06 18:39 
QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 18:47
kk_mfc1-Nov-06 18:47 

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.