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

C / C++ / MFC

 
Question[Message Deleted] Pin
elissa100130-Apr-07 1:05
elissa100130-Apr-07 1:05 
AnswerRe: how to find the minimum cost path in a matrix Pin
Venkata Rama Subbarao30-Apr-07 1:11
Venkata Rama Subbarao30-Apr-07 1:11 
AnswerRe: how to find the minimum cost path in a matrix Pin
David Crow30-Apr-07 2:57
David Crow30-Apr-07 2:57 
QuestionDirect3D Dlg Pin
NunoSantos30-Apr-07 1:03
NunoSantos30-Apr-07 1:03 
AnswerRe: Direct3D Dlg Pin
Sauce!30-Apr-07 2:24
Sauce!30-Apr-07 2:24 
GeneralRe: Direct3D Dlg Pin
NunoSantos2-May-07 0:31
NunoSantos2-May-07 0:31 
GeneralRe: Direct3D Dlg Pin
Sauce!2-May-07 0:41
Sauce!2-May-07 0:41 
QuestionModaless Dialog Box Pin
siddharthsan30-Apr-07 0:40
siddharthsan30-Apr-07 0:40 
Hi,

I want to display a Modaless Dialog box instead of Modal dialog box in mfc application.So,I called Create function instead of DoModal() inside the InitInstance() but I am getting Debug Assertion Failed error.

CDlg dlg;

m_pMainWnd = &dlg;
int nResponse = dlg.Create(IDD_DIALOG1);

if(nResponse)

dlg.ShowWindow(SW_SHOW);

else

MessageBox(NULL,_T("Error"),_T("Error"),MB_OK);

I dont know where made the mistake???

Siddharth
AnswerRe: Modaless Dialog Box Pin
Venkata Rama Subbarao30-Apr-07 1:07
Venkata Rama Subbarao30-Apr-07 1:07 
GeneralRe: Modaless Dialog Box Pin
siddharthsan30-Apr-07 2:20
siddharthsan30-Apr-07 2:20 
GeneralRe: Modaless Dialog Box Pin
David Crow30-Apr-07 3:01
David Crow30-Apr-07 3:01 
QuestionRe: Modaless Dialog Box Pin
David Crow30-Apr-07 2:59
David Crow30-Apr-07 2:59 
QuestionRe: Modaless Dialog Box Pin
David Crow30-Apr-07 3:00
David Crow30-Apr-07 3:00 
AnswerRe: Modaless Dialog Box Pin
siddharthsan30-Apr-07 3:14
siddharthsan30-Apr-07 3:14 
GeneralRe: Modaless Dialog Box Pin
David Crow30-Apr-07 3:43
David Crow30-Apr-07 3:43 
GeneralRe: Modaless Dialog Box Pin
siddharthsan30-Apr-07 4:00
siddharthsan30-Apr-07 4:00 
QuestionRe: Modaless Dialog Box Pin
David Crow30-Apr-07 4:03
David Crow30-Apr-07 4:03 
AnswerRe: Modaless Dialog Box Pin
siddharthsan30-Apr-07 4:11
siddharthsan30-Apr-07 4:11 
GeneralRe: Modaless Dialog Box Pin
David Crow30-Apr-07 4:16
David Crow30-Apr-07 4:16 
QuestionProblem in Disable System menu Pin
mohindar_kks30-Apr-07 0:34
mohindar_kks30-Apr-07 0:34 
AnswerRe: Problem in Disable System menu Pin
Venkata Rama Subbarao30-Apr-07 1:31
Venkata Rama Subbarao30-Apr-07 1:31 
GeneralRe: Problem in Disable System menu Pin
mohindar_kks30-Apr-07 2:19
mohindar_kks30-Apr-07 2:19 
QuestionRe: Problem in Disable System menu Pin
David Crow30-Apr-07 3:02
David Crow30-Apr-07 3:02 
AnswerRe: Problem in Disable System menu Pin
mohindar_kks30-Apr-07 3:14
mohindar_kks30-Apr-07 3:14 
QuestionCan I call a web page from vc++ Pin
yaminisridaran30-Apr-07 0:24
yaminisridaran30-Apr-07 0:24 

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.