Hi,
I am developing an DirectShow In Place TransformFilter using DirectX 9. I want to use the message map and classwizard supplied by Visual C++ to control the properties page.
I can create controls and underlaying classes and variables with the classwizard, but the variables aren't used in Run-Time. I Also have to forward messages myself in the OnReceiveMessage method instead being able to use the message map.
I test the properties-page using Graph-Edit and would like to be albe to run a MFC properties page within this application.
The properties class inherites methodes from both CBasePropertyPage and CDialog.
Does anyone know how to use MFC inside a properties page?
I am developing an DirectShow In Place TransformFilter using DirectX 9. I want to use the message map and classwizard supplied by Visual C++ to control the properties page.
I can create controls and underlaying classes and variables with the classwizard, but the variables aren't used in Run-Time. I Also have to forward messages myself in the OnReceiveMessage method instead being able to use the message map.
I test the properties-page using Graph-Edit and would like to be albe to run a MFC properties page within this application.
The properties class inherites methodes from both CBasePropertyPage and CDialog.
Does anyone know how to use MFC inside a properties page?