Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Messages Collapse All
Subject Author Date
Pothitos Baikas Nov 2, 2003 - 3:23 PM

As soon as I derived my PropertyPage from CExtResizablePropertyPage instead of CPropertyPage I lost all capabiltiy to use the NET ClasWizard capabilities to create events for controls on this property page. This is making working a lot harder since I have to manually create all the MFC UI messages. I am not sure is this happening with all "Ext" classes since I have not checked. Is it possible to regain this capability???


Warm regards


Pothitos M. Baikas

Sergiy Lavrynenko Nov 3, 2003 - 8:57 AM

Hi,

The CExtResizablePropertyPage class is based on the template-instantiated data type. That is why Visual Studio .NET does not want to see events of its derived classes. You may only convert your page class temporarily into CPropertyPage-based, perform class wizard operations and then return to CExtResizablePropertyPage-based again.

Best regards, Sergiy.

Pothitos Baikas Nov 3, 2003 - 12:32 PM

Thanks Sergiy
That’s the method I myself decided to use. Just hoped that a better solution might exist

Regards

Pothitos M. Baikas