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 Tech Support » Passing parameter(s) in CExtResizblePropertyPage Collapse All
Subject Author Date
Dusan Gibarac Apr 15, 2007 - 6:23 AM

I need to call a property page and during creation to pass parameter(s) in. How can I do it? Parameter has to be a structure.

Suhai Gyorgy Apr 15, 2007 - 7:47 AM

It is not exactly clear what you’d like to achieve. Maybe you could derive a class from CExtResizblePropertyPage, add a new member variable to it (this would be that structure you need), and you could add a new parameter to the constructor of the class which would set this member variable. And then you could use this member variable during creation.