Click here to Skip to main content
15,868,052 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Child dialog shadow remains Pin
Sivaraman Dhamodharan8-Oct-12 0:30
Sivaraman Dhamodharan8-Oct-12 0:30 
AnswerRe: Child dialog shadow remains Pin
Richard MacCutchan8-Oct-12 2:41
mveRichard MacCutchan8-Oct-12 2:41 
GeneralRe: Child dialog shadow remains Pin
shivareaj8-Oct-12 4:21
shivareaj8-Oct-12 4:21 
GeneralRe: Child dialog shadow remains Pin
Richard MacCutchan8-Oct-12 4:46
mveRichard MacCutchan8-Oct-12 4:46 
QuestionC++ vs MFC Pin
Sivaraman Dhamodharan7-Oct-12 21:37
Sivaraman Dhamodharan7-Oct-12 21:37 
AnswerRe: C++ vs MFC Pin
Jochen Arndt7-Oct-12 21:47
professionalJochen Arndt7-Oct-12 21:47 
AnswerRe: C++ vs MFC Pin
CPallini8-Oct-12 0:08
mveCPallini8-Oct-12 0:08 
QuestionException in IAccessibleProxyImpl from CMFCPropertyGridCtrl Pin
Bob Pryor4-Oct-12 6:50
Bob Pryor4-Oct-12 6:50 
I am working with an MFC Dialog Application built with VS 2010
My application uses CPropertySheet with multiple CPropertyPage's and on one of them I am using a CMFCPropertyGridCtrl. The Dialog associated with that page handles PreTranslateMessage's.

When running this code on a Windows 7 Touch Screen computer, I get the following exception in the PreTranslateMessage handling a WM_MOUSEDOWN for the CMFCPropertyGridCtrl which eventually calls IsDialogMessaag():

mfc100ud.dll!ATL::IAccessibleProxyImpl<ATL::CAccessibleProxy>::get_accParent(IDispatch * * ppdispParent) Line 69 C++

// Delegate to standard helper?
HRESULT CWnd::get_accParent(IDispatch **ppdispParent)
{
ASSERT(m_pStdObject != NULL);
return m_pStdObject->get_accParent(ppdispParent);
}


The problem is that ppdispParent points to a NULL.
I have no idea what should be done to fix this???
Can anyone help explain this?
AnswerRe: Exception in IAccessibleProxyImpl from CMFCPropertyGridCtrl Pin
Stephen Hewitt7-Oct-12 4:59
Stephen Hewitt7-Oct-12 4:59 
AnswerRe: Exception in IAccessibleProxyImpl from CMFCPropertyGridCtrl Pin
Bob Pryor12-Oct-12 6:30
Bob Pryor12-Oct-12 6:30 
GeneralRe: Exception in IAccessibleProxyImpl from CMFCPropertyGridCtrl Pin
Stephen Hewitt12-Oct-12 17:17
Stephen Hewitt12-Oct-12 17:17 
AnswerCMFCPropertyGridCtrl in a CPropertyPage (or a CMFCPropertyPage) Pin
Ursus3108-Nov-15 22:32
Ursus3108-Nov-15 22:32 
Questionneed code to check if the value is numeric in C Pin
Mikerush74-Oct-12 6:49
Mikerush74-Oct-12 6:49 
AnswerRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 7:22
mveRichard MacCutchan4-Oct-12 7:22 
GeneralRe: need code to check if the value is numeric in C Pin
Mikerush74-Oct-12 7:50
Mikerush74-Oct-12 7:50 
GeneralRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 7:53
mveRichard MacCutchan4-Oct-12 7:53 
AnswerRe: need code to check if the value is numeric in C Pin
CPallini4-Oct-12 9:48
mveCPallini4-Oct-12 9:48 
QuestionRe: need code to check if the value is numeric in C Pin
David Crow4-Oct-12 9:55
David Crow4-Oct-12 9:55 
AnswerRe: need code to check if the value is numeric in C Pin
Richard MacCutchan4-Oct-12 21:37
mveRichard MacCutchan4-Oct-12 21:37 
GeneralRe: need code to check if the value is numeric in C Pin
Mikerush75-Oct-12 8:30
Mikerush75-Oct-12 8:30 
AnswerRe: need code to check if the value is numeric in C Pin
C Mahesh8-Oct-12 22:24
C Mahesh8-Oct-12 22:24 
Questioni want any code to make project Pin
emanalshboul3-Oct-12 12:54
emanalshboul3-Oct-12 12:54 
AnswerRe: i want any code to make project Pin
Peter_in_27803-Oct-12 13:48
professionalPeter_in_27803-Oct-12 13:48 
AnswerRe: i want any code to make project Pin
Mohibur Rashid3-Oct-12 18:55
professionalMohibur Rashid3-Oct-12 18:55 
QuestionRe: i want any code to make project Pin
David Crow4-Oct-12 2:51
David Crow4-Oct-12 2: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.