edmz
September 1st, 1999, 12:37 PM
I am writing an app that requires a Grid Control to be embedded in
each page of a PropertySheet.
After checking codeguru, i decided to use MFCGridCtrl. This controls
sends a notification to the parent when some event happens. The notification
that i am having problems with is when you change cells. The message
gets sent to the parent, which seems to be the dialog that the property
page uses.
I havent found a way to access this dialog, it seems CPropertyPage encapsulates
it so i cant handle the message. I used SPY++ to find this dialog, but i cant
find it. My guess is that i need to access this
dialog to be able to handle that message.
I am stuck at this point. Any help is greatly appreciated. I can post more
code if necessary. Thanks again.
each page of a PropertySheet.
After checking codeguru, i decided to use MFCGridCtrl. This controls
sends a notification to the parent when some event happens. The notification
that i am having problems with is when you change cells. The message
gets sent to the parent, which seems to be the dialog that the property
page uses.
I havent found a way to access this dialog, it seems CPropertyPage encapsulates
it so i cant handle the message. I used SPY++ to find this dialog, but i cant
find it. My guess is that i need to access this
dialog to be able to handle that message.
I am stuck at this point. Any help is greatly appreciated. I can post more
code if necessary. Thanks again.