Click here to Skip to main content
15,906,229 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Different usage of CWinFormsControl Pin
cppmfcnewbie28-Jul-10 9:11
cppmfcnewbie28-Jul-10 9:11 
QuestionAssociating a file type with your MFC app Pin
Keith Vitali27-Jul-10 13:11
Keith Vitali27-Jul-10 13:11 
AnswerRe: Associating a file type with your MFC app Pin
Krauze27-Jul-10 16:22
Krauze27-Jul-10 16:22 
AnswerRe: Associating a file type with your MFC app Pin
Cool_Dev27-Jul-10 18:56
Cool_Dev27-Jul-10 18:56 
AnswerRe: Associating a file type with your MFC app Pin
Richard MacCutchan27-Jul-10 22:23
mveRichard MacCutchan27-Jul-10 22:23 
AnswerRe: Associating a file type with your MFC app Pin
David Crow28-Jul-10 3:13
David Crow28-Jul-10 3:13 
QuestionC++ saveFileDialog Pin
mmagill027-Jul-10 10:47
mmagill027-Jul-10 10:47 
AnswerRe: C++ saveFileDialog Pin
Luc Pattyn27-Jul-10 11:26
sitebuilderLuc Pattyn27-Jul-10 11:26 
Hi,

the saveFileDialog is a dialog, it communicates with the user, it does not save a thing. Your code has to perform the necessary save actions upon the user's choices. So check for the dialog result, and if "OK", save the data yourself to the selected file.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: C++ saveFileDialog Pin
Richard MacCutchan27-Jul-10 11:27
mveRichard MacCutchan27-Jul-10 11:27 
GeneralRe: C++ saveFileDialog Pin
mmagill027-Jul-10 11:44
mmagill027-Jul-10 11:44 
GeneralRe: C++ saveFileDialog Pin
Joe Woodbury27-Jul-10 12:03
professionalJoe Woodbury27-Jul-10 12:03 
GeneralRe: C++ saveFileDialog Pin
Richard MacCutchan27-Jul-10 22:18
mveRichard MacCutchan27-Jul-10 22:18 
AnswerRe: C++ saveFileDialog Pin
David Crow27-Jul-10 17:15
David Crow27-Jul-10 17:15 
GeneralRe: C++ saveFileDialog Pin
mmagill027-Jul-10 22:07
mmagill027-Jul-10 22:07 
GeneralRe: C++ saveFileDialog Pin
Richard MacCutchan27-Jul-10 22:16
mveRichard MacCutchan27-Jul-10 22:16 
QuestionList Control doesn't refresh when dialog box disappears Pin
garyflet27-Jul-10 10:41
garyflet27-Jul-10 10:41 
QuestionCList Add Icon Pin
mdocvc27-Jul-10 9:22
mdocvc27-Jul-10 9:22 
AnswerRe: CList Add Icon Pin
David Crow27-Jul-10 10:22
David Crow27-Jul-10 10:22 
GeneralRe: CList Add Icon Pin
mdocvc28-Jul-10 8:48
mdocvc28-Jul-10 8:48 
QuestionRe: CList Add Icon Pin
David Crow28-Jul-10 9:01
David Crow28-Jul-10 9:01 
QuestionHow to declare a three dimensional array Pin
Danzy8327-Jul-10 5:36
Danzy8327-Jul-10 5:36 
AnswerRe: How to declare a three dimensional array Pin
jeron127-Jul-10 5:45
jeron127-Jul-10 5:45 
GeneralRe: How to declare a three dimensional array Pin
Danzy8327-Jul-10 5:52
Danzy8327-Jul-10 5:52 
GeneralRe: How to declare a three dimensional array Pin
jeron127-Jul-10 6:01
jeron127-Jul-10 6:01 
GeneralRe: How to declare a three dimensional array Pin
Richard MacCutchan27-Jul-10 6:04
mveRichard MacCutchan27-Jul-10 6:04 

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.