Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I am getting error: Variable corrupted Pin
prasad_som8-Apr-07 20:34
prasad_som8-Apr-07 20:34 
GeneralRe: I am getting error: Variable corrupted Pin
yaminisridaran9-Apr-07 0:26
yaminisridaran9-Apr-07 0:26 
QuestionFile selection dialog crash Pin
rp_suman8-Apr-07 20:05
rp_suman8-Apr-07 20:05 
AnswerRe: File selection dialog crash Pin
Hamid_RT8-Apr-07 20:10
Hamid_RT8-Apr-07 20:10 
GeneralRe: File selection dialog crash Pin
rp_suman8-Apr-07 20:33
rp_suman8-Apr-07 20:33 
AnswerRe: File selection dialog crash Pin
Naveen8-Apr-07 20:25
Naveen8-Apr-07 20:25 
GeneralRe: File selection dialog crash Pin
rp_suman8-Apr-07 20:36
rp_suman8-Apr-07 20:36 
GeneralRe: File selection dialog crash Pin
Naveen8-Apr-07 20:43
Naveen8-Apr-07 20:43 
rp_suman wrote:
How can we decide creating dialog in heap or stack


I though the problem is in your program. But if it is in third party applications, whats the use even if you found out its in stack or heap?

If the problem is in your application, change the creation of CFileDialog stack to heap as follows

CFileDialog *pDlg = new CFileDialog;<br />
pDlg->DoModal();<br />
// get the file name;<br />
delete pDlg;


nave

GeneralRe: File selection dialog crash Pin
rp_suman8-Apr-07 21:59
rp_suman8-Apr-07 21:59 
GeneralRe: File selection dialog crash Pin
Naveen8-Apr-07 22:07
Naveen8-Apr-07 22:07 
QuestionRe: File selection dialog crash Pin
David Crow9-Apr-07 3:29
David Crow9-Apr-07 3:29 
AnswerRe: File selection dialog crash Pin
Naveen9-Apr-07 17:22
Naveen9-Apr-07 17:22 
QuestionRe: File selection dialog crash Pin
David Crow9-Apr-07 3:30
David Crow9-Apr-07 3:30 
AnswerRe: File selection dialog crash Pin
rp_suman11-Apr-07 22:16
rp_suman11-Apr-07 22:16 
QuestionCreate process Pin
deeps_cute8-Apr-07 19:31
deeps_cute8-Apr-07 19:31 
AnswerRe: Create process Pin
kanduripavan8-Apr-07 20:16
kanduripavan8-Apr-07 20:16 
GeneralRe: Create process Pin
deeps_cute8-Apr-07 20:56
deeps_cute8-Apr-07 20:56 
AnswerRe: Create process Pin
David Crow9-Apr-07 3:37
David Crow9-Apr-07 3:37 
AnswerRe: Create process Pin
kanduripavan13-Apr-07 10:40
kanduripavan13-Apr-07 10:40 
QuestionPrint Preview MultiPage Pin
thanchu8-Apr-07 17:14
thanchu8-Apr-07 17:14 
QuestionAfxBeginThread Pin
gingerballs8-Apr-07 17:03
gingerballs8-Apr-07 17:03 
AnswerRe: AfxBeginThread Pin
Joe Woodbury8-Apr-07 17:19
professionalJoe Woodbury8-Apr-07 17:19 
AnswerRe: AfxBeginThread Pin
Hamid_RT8-Apr-07 18:54
Hamid_RT8-Apr-07 18:54 
QuestionEXCEPTION error....urgent @help pls.. Pin
Software_Specialist8-Apr-07 12:56
Software_Specialist8-Apr-07 12:56 
AnswerRe: EXCEPTION error....urgent @help pls.. Pin
Michael Dunn8-Apr-07 14:21
sitebuilderMichael Dunn8-Apr-07 14:21 

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.