Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to remove the cancel button at the top right of a dialog box. Pin
David Crow21-Jul-06 5:13
David Crow21-Jul-06 5:13 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
Maximilien21-Jul-06 5:16
Maximilien21-Jul-06 5:16 
GeneralRe: How to remove the cancel button at the top right of a dialog box. Pin
David Crow21-Jul-06 5:53
David Crow21-Jul-06 5:53 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
MonjSam21-Jul-06 12:48
MonjSam21-Jul-06 12:48 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
sheshidar21-Jul-06 18:46
sheshidar21-Jul-06 18:46 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
QuestionToolbar and Dialog Boxes Pin
kitty521-Jul-06 4:40
kitty521-Jul-06 4:40 
AnswerRe: Toolbar and Dialog Boxes Pin
Zac Howland21-Jul-06 4:53
Zac Howland21-Jul-06 4:53 
It sounds like you are treating your dialogs as modal dialogs (that is, you are calling DoModal at some point). To accomplish what you want, you need to follow the non-modal creation method (using CDialog::Create). Check MSDN for more details and information.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: Toolbar and Dialog Boxes Pin
kitty521-Jul-06 5:28
kitty521-Jul-06 5:28 
Questionunable to read data from C:\Documents and Settings\user1\Application Data ? Pin
jalsa G21-Jul-06 4:34
jalsa G21-Jul-06 4:34 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
kitty521-Jul-06 4:43
kitty521-Jul-06 4:43 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
David Crow21-Jul-06 5:15
David Crow21-Jul-06 5:15 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Eytukan21-Jul-06 20:22
Eytukan21-Jul-06 20:22 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
ThatsAlok23-Jul-06 20:29
ThatsAlok23-Jul-06 20:29 
Questioninterview questions on VC++, MFC, C++, ATL COM, Threading Pin
pathakr21-Jul-06 3:48
pathakr21-Jul-06 3:48 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
toxcct21-Jul-06 3:52
toxcct21-Jul-06 3:52 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Zac Howland21-Jul-06 4:11
Zac Howland21-Jul-06 4:11 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Eytukan21-Jul-06 20:19
Eytukan21-Jul-06 20:19 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
ThatsAlok23-Jul-06 20:47
ThatsAlok23-Jul-06 20:47 
Questiondrawing errors caused by tooltip Pin
tbrake21-Jul-06 3:44
tbrake21-Jul-06 3:44 
AnswerRe: drawing errors caused by tooltip Pin
cje21-Jul-06 5:05
cje21-Jul-06 5:05 
AnswerRe: drawing errors caused by tooltip Pin
ThatsAlok23-Jul-06 20:00
ThatsAlok23-Jul-06 20:00 
QuestionInternetStatusCallback Pin
_AnsHUMAN_ 21-Jul-06 3:39
_AnsHUMAN_ 21-Jul-06 3:39 
AnswerRe: InternetStatusCallback Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 

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.