Click here to Skip to main content
15,886,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CEdit Control password style switch Pin
RomTibi30-Jun-11 8:06
RomTibi30-Jun-11 8:06 
AnswerRe: CEdit Control password style switch Pin
Mark Salsbery30-Jun-11 8:22
Mark Salsbery30-Jun-11 8:22 
AnswerRe: CEdit Control password style switch Pin
User 742933830-Jun-11 8:32
professionalUser 742933830-Jun-11 8:32 
GeneralRe: CEdit Control password style switch Pin
Mark Salsbery30-Jun-11 8:51
Mark Salsbery30-Jun-11 8:51 
QuestionHow to embedded CFileDialog to user dialog? Pin
includeh1030-Jun-11 5:41
includeh1030-Jun-11 5:41 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Richard MacCutchan30-Jun-11 6:20
mveRichard MacCutchan30-Jun-11 6:20 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Mark Salsbery30-Jun-11 8:15
Mark Salsbery30-Jun-11 8:15 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Albert Holguin30-Jun-11 9:06
professionalAlbert Holguin30-Jun-11 9:06 
Why would you want a modeless CFileDialog? I can't think of any case where a user would select some sort of open/save button and have the software not wait for an input or a cancel.

Regardless of that though, if you really want it, just make your own class derived from CFileDialog (you'll have to replace DoModal() with a call to Create()). Override the virtual methods OnOK() and OnCancel() and you have your own modeless CFileDialog.
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Philippe Mori1-Jul-11 10:07
Philippe Mori1-Jul-11 10:07 
QuestionConvert string to alpha numeric value Pin
Cpp_Com30-Jun-11 3:14
Cpp_Com30-Jun-11 3:14 
AnswerRe: Convert string to alpha numeric value Pin
Chris Losinger30-Jun-11 4:12
professionalChris Losinger30-Jun-11 4:12 
QuestionCFile file handle problem Pin
TheHelenLee29-Jun-11 23:51
TheHelenLee29-Jun-11 23:51 
AnswerRe: CFile file handle problem Pin
Chris Meech30-Jun-11 6:21
Chris Meech30-Jun-11 6:21 
GeneralRe: CFile file handle problem Pin
TheHelenLee30-Jun-11 17:26
TheHelenLee30-Jun-11 17:26 
QuestionHelp and Guidance for Access Database. Pin
Le@rner29-Jun-11 22:50
Le@rner29-Jun-11 22:50 
AnswerRe: Help and Guidance for Access Database. Pin
Richard MacCutchan29-Jun-11 23:32
mveRichard MacCutchan29-Jun-11 23:32 
GeneralRe: Help and Guidance for Access Database. Pin
Le@rner29-Jun-11 23:51
Le@rner29-Jun-11 23:51 
GeneralRe: Help and Guidance for Access Database. Pin
Richard MacCutchan30-Jun-11 0:03
mveRichard MacCutchan30-Jun-11 0:03 
GeneralRe: Help and Guidance for Access Database. [modified] Pin
Le@rner30-Jun-11 0:52
Le@rner30-Jun-11 0:52 
GeneralRe: Help and Guidance for Access Database. Pin
David Crow30-Jun-11 8:15
David Crow30-Jun-11 8:15 
QuestionHow can and what type of dll is created by MFC to use in any language? Pin
Le@rner29-Jun-11 21:41
Le@rner29-Jun-11 21:41 
AnswerRe: How can and what type of dll is created by MFC to use in any language? Pin
Richard MacCutchan29-Jun-11 23:30
mveRichard MacCutchan29-Jun-11 23:30 
GeneralRe: How can and what type of dll is created by MFC to use in any language? Pin
Le@rner30-Jun-11 2:40
Le@rner30-Jun-11 2:40 
GeneralRe: How can and what type of dll is created by MFC to use in any language? Pin
Richard MacCutchan30-Jun-11 3:40
mveRichard MacCutchan30-Jun-11 3:40 
GeneralRe: How can and what type of dll is created by MFC to use in any language? Pin
Albert Holguin30-Jun-11 4:26
professionalAlbert Holguin30-Jun-11 4:26 

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.