Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerFound it on Code Project! Pin
Like2Byte24-Jun-08 4:50
Like2Byte24-Jun-08 4:50 
QuestionMDI child windows in the task bar Pin
Sylv3324-Jun-08 3:51
Sylv3324-Jun-08 3:51 
AnswerRe: MDI child windows in the task bar Pin
_S_R_M_24-Jun-08 4:15
_S_R_M_24-Jun-08 4:15 
Question0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta24-Jun-08 2:50
Trupti Mehta24-Jun-08 2:50 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
Rajesh R Subramanian24-Jun-08 3:15
professionalRajesh R Subramanian24-Jun-08 3:15 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta25-Jun-08 23:08
Trupti Mehta25-Jun-08 23:08 
QuestionRe: 0xC000001D "Fatal Application Error" ???? Pin
David Crow24-Jun-08 3:17
David Crow24-Jun-08 3:17 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta25-Jun-08 23:18
Trupti Mehta25-Jun-08 23:18 
<pre>
BOOL CPPage1::OnApply()
{
// TODO: Add your specialized code here and/or call the base class
AfxMessageBox(_T("CPPage1:: OnApply\n"));

g_pView-&gt;SendMessage(WM_USERAPPLY);
return TRUE; //CPropertyPage::OnApply();
}

LRESULT CMC_AppView::OnUserApply(WPARAM wParam, LPARAM lParam)
{
TRACE(_T("VIEW::OnUserApply - wParam %x\n"), wParam);
CString t("Operator No = ");
AfxMessageBox(t); // m_sheet.m_page1.m_opNo);
// m_sheet.SetAttributes();
m_sheet.EndDialog(IDOK);
return 0;
}</pre>

OnApply calls the OnUserApply. I get the "Operator No = " AfxMessage & then the fatal error comes.

Thanks

Terry
QuestionRe: 0xC000001D "Fatal Application Error" ???? Pin
David Crow26-Jun-08 3:36
David Crow26-Jun-08 3:36 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta26-Jun-08 5:54
Trupti Mehta26-Jun-08 5:54 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
krmed24-Jun-08 3:44
krmed24-Jun-08 3:44 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Stephen Hewitt24-Jun-08 15:51
Stephen Hewitt24-Jun-08 15:51 
QuestionBitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Michael Fritzius24-Jun-08 2:12
professionalMichael Fritzius24-Jun-08 2:12 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Nibu babu thomas24-Jun-08 2:20
Nibu babu thomas24-Jun-08 2:20 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
SandipG 24-Jun-08 2:46
SandipG 24-Jun-08 2:46 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Hamid_RT25-Jun-08 23:37
Hamid_RT25-Jun-08 23:37 
QuestionCoInitialize/CoUninitialize Pin
George_George24-Jun-08 2:11
George_George24-Jun-08 2:11 
AnswerRe: CoInitialize/CoUninitialize Pin
Randor 24-Jun-08 3:32
professional Randor 24-Jun-08 3:32 
GeneralRe: CoInitialize/CoUninitialize Pin
George_George24-Jun-08 22:21
George_George24-Jun-08 22:21 
QuestionGetting problem with ADO database connection for Excel Pin
trinadh_t24-Jun-08 2:07
trinadh_t24-Jun-08 2:07 
Questionfinding os of a particular system Pin
VCProgrammer24-Jun-08 2:02
VCProgrammer24-Jun-08 2:02 
AnswerRe: finding os of a particular system Pin
Nibu babu thomas24-Jun-08 2:16
Nibu babu thomas24-Jun-08 2:16 
QuestionRe: finding os of a particular system Pin
CPallini24-Jun-08 2:22
mveCPallini24-Jun-08 2:22 
QuestionDoes any one have an idea about streaming RTP Pin
yaminisridaran24-Jun-08 0:21
yaminisridaran24-Jun-08 0:21 
QuestionRe: Does any one have an idea about streaming RTP Pin
Mark Salsbery24-Jun-08 4:51
Mark Salsbery24-Jun-08 4:51 

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.