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 » CExtButton in SDI application. Collapse All
Subject Author Date
Quang Nguyen Sep 20, 2006 - 9:39 AM

How to using CExtButton in SDI application? Thanks.

Technical Support Sep 21, 2006 - 6:21 AM

Please let us know where you want to create the button control in your SDI application.

Quang Nguyen Sep 21, 2006 - 9:10 PM

I want to create controls in view dialog of SDI application.

Technical Support Sep 22, 2006 - 12:51 PM

You can do this in this way:
- put a button on a dialog template
- create a CButton member variable for it with the class wizard
- replace CButton with CExtButton

Quang Nguyen Sep 25, 2006 - 1:51 AM

Thank you!