Click here to Skip to main content
16,006,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to use Enum::Parse properly Pin
DWOO29-Nov-05 2:54
DWOO29-Nov-05 2:54 
QuestionFilters (highpass, lowpass, bandpass) Pin
Obliterator29-Nov-05 2:49
Obliterator29-Nov-05 2:49 
AnswerRe: Filters (highpass, lowpass, bandpass) Pin
Russell'29-Nov-05 3:54
Russell'29-Nov-05 3:54 
AnswerRe: Filters (highpass, lowpass, bandpass) Pin
Chris Losinger29-Nov-05 5:01
professionalChris Losinger29-Nov-05 5:01 
QuestionTaking controll over... Pin
Larsson29-Nov-05 2:14
Larsson29-Nov-05 2:14 
AnswerRe: Taking controll over... Pin
Cedric Moonen29-Nov-05 3:38
Cedric Moonen29-Nov-05 3:38 
QuestionCFileDialog Pin
vijayganesh29-Nov-05 1:27
vijayganesh29-Nov-05 1:27 
AnswerRe: CFileDialog Pin
ThatsAlok29-Nov-05 2:10
ThatsAlok29-Nov-05 2:10 
vijayganesh wrote:
how to use CFileDialog to save a file??


You cannot use CFileDialog to save the File, you have to implement you logic for that.. But you can open it in Save As mode by specifying FALSE in construtor while creating CFileDialog object..

like this
CFileDialog dlg(FALSE);


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: CFileDialog Pin
vijayganesh29-Nov-05 21:01
vijayganesh29-Nov-05 21:01 
Questionparsing error on viewing class wizard Pin
swaapu29-Nov-05 1:23
swaapu29-Nov-05 1:23 
AnswerRe: parsing error on viewing class wizard Pin
Cedric Moonen29-Nov-05 2:16
Cedric Moonen29-Nov-05 2:16 
QuestionMSXML6.lib error on Debug build Pin
Shiva Prasad29-Nov-05 1:07
Shiva Prasad29-Nov-05 1:07 
AnswerRe: MSXML6.lib error on Debug build Pin
toxcct29-Nov-05 2:13
toxcct29-Nov-05 2:13 
QuestionGDI+ Bitmap/Graphics::DrawImage(..) Question.. Pin
fetox29-Nov-05 0:54
fetox29-Nov-05 0:54 
QuestionSaving Graphics in VC++ Pin
vijayganesh28-Nov-05 23:46
vijayganesh28-Nov-05 23:46 
AnswerRe: Saving Graphics in VC++ Pin
Rajesh R Subramanian29-Nov-05 1:26
professionalRajesh R Subramanian29-Nov-05 1:26 
QuestionWorker Thread related problem? Pin
dp_7628-Nov-05 23:20
dp_7628-Nov-05 23:20 
QuestionOpenGL and very big images Pin
Russell'28-Nov-05 22:15
Russell'28-Nov-05 22:15 
NewsRe: OpenGL and very big images Pin
Rajesh R Subramanian28-Nov-05 23:20
professionalRajesh R Subramanian28-Nov-05 23:20 
Questionradio buttons and check boxes in vc++ Pin
Member 158774128-Nov-05 21:36
Member 158774128-Nov-05 21:36 
AnswerRe: radio buttons and check boxes in vc++ Pin
toxcct28-Nov-05 21:59
toxcct28-Nov-05 21:59 
GeneralRe: radio buttons and check boxes in vc++ Pin
Rajesh R Subramanian28-Nov-05 22:54
professionalRajesh R Subramanian28-Nov-05 22:54 
GeneralRe: radio buttons and check boxes in vc++ Pin
toxcct28-Nov-05 22:57
toxcct28-Nov-05 22:57 
JokeRe: radio buttons and check boxes in vc++ Pin
BadKarma28-Nov-05 23:25
BadKarma28-Nov-05 23:25 
AnswerRe: radio buttons and check boxes in vc++ Pin
ashwin2029-Nov-05 2:08
ashwin2029-Nov-05 2:08 

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.