Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error in Create Dialog Pin
SandipG 26-May-08 21:06
SandipG 26-May-08 21:06 
GeneralRe: Error in Create Dialog Pin
Shivarudrayya H26-May-08 21:10
Shivarudrayya H26-May-08 21:10 
QuestionRe: Error in Create Dialog Pin
Nelek26-May-08 21:40
protectorNelek26-May-08 21:40 
AnswerRe: Error in Create Dialog Pin
Shivarudrayya H26-May-08 22:42
Shivarudrayya H26-May-08 22:42 
GeneralRe: Error in Create Dialog Pin
MANISH RASTOGI26-May-08 23:17
MANISH RASTOGI26-May-08 23:17 
GeneralRe: Error in Create Dialog Pin
Shivarudrayya H26-May-08 23:27
Shivarudrayya H26-May-08 23:27 
GeneralRe: Error in Create Dialog Pin
SandipG 26-May-08 21:58
SandipG 26-May-08 21:58 
GeneralRe: Error in Create Dialog Pin
Shivarudrayya H26-May-08 22:44
Shivarudrayya H26-May-08 22:44 
I traced it.Its crashing in following code.
BOOL CWnd::CreateDlgIndirect(LPCDLGTEMPLATE lpDialogTemplate,
CWnd* pParentWnd, HINSTANCE hInst)
{
ASSERT(lpDialogTemplate != NULL);
if (pParentWnd != NULL)
ASSERT_VALID(pParentWnd);
.
.
.
.
.
hWnd = ::CreateDialogIndirect(hInst, lpDialogTemplate,
(CRASH)-----> pParentWnd->GetSafeHwnd(), AfxDlgProc);

Reagards
Shiva

QuestionRe: Error in Create Dialog Pin
David Crow27-May-08 4:37
David Crow27-May-08 4:37 
GeneralRe: Error in Create Dialog Pin
Hamid_RT28-May-08 2:27
Hamid_RT28-May-08 2:27 
GeneralRe: Error in Create Dialog Pin
Shivarudrayya H28-May-08 3:21
Shivarudrayya H28-May-08 3:21 
GeneralRe: Error in Create Dialog Pin
Hamid_RT28-May-08 3:58
Hamid_RT28-May-08 3:58 
GeneralRe: Error in Create Dialog Pin
Shivarudrayya H28-May-08 17:54
Shivarudrayya H28-May-08 17:54 
GeneralRe: Error in Create Dialog Pin
Hamid_RT28-May-08 18:23
Hamid_RT28-May-08 18:23 
QuestionHow to make sure that Windows Narrator or JAWS read your content displayed on HTML pages Pin
Vikash Singh26-May-08 19:58
Vikash Singh26-May-08 19:58 
QuestionAdding icons/bmps to first column of list control Pin
VCProgrammer26-May-08 19:42
VCProgrammer26-May-08 19:42 
AnswerRe: Adding icons/bmps to first column of list control Pin
SandipG 26-May-08 19:55
SandipG 26-May-08 19:55 
AnswerRe: Adding icons/bmps to first column of list control [modified] Pin
Jijo.Raj26-May-08 20:02
Jijo.Raj26-May-08 20:02 
AnswerRe: Adding icons/bmps to first column of list control Pin
Rajesh R Subramanian26-May-08 20:32
professionalRajesh R Subramanian26-May-08 20:32 
QuestionNot add files to project Pin
ShilpiP26-May-08 19:31
ShilpiP26-May-08 19:31 
AnswerRe: Not add files to project Pin
SandipG 26-May-08 19:56
SandipG 26-May-08 19:56 
GeneralRe: Not add files to project Pin
ShilpiP26-May-08 21:45
ShilpiP26-May-08 21:45 
AnswerRe: Not add files to project Pin
Jijo.Raj26-May-08 22:33
Jijo.Raj26-May-08 22:33 
GeneralRe: Not add files to project Pin
ShilpiP26-May-08 22:40
ShilpiP26-May-08 22:40 
AnswerRe: Not add files to project Pin
Hamid_RT28-May-08 2:25
Hamid_RT28-May-08 2:25 

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.