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 » How to embed a CExtBarSliderButton into a CExtResizableDialog?Thank you!!! Collapse All
Subject Author Date
liu shu Sep 25, 2005 - 1:48 AM

I cannot use DDX_CONTROL method to embed a CExtBarSliderButton to a CSliderCtrl, thus I cannot use a CExtBarSliderButton on a Dialog.


I’m wondering about how to embed a CExtBarSliderButton into a CExtResizableDialog , or is there another method to analoy CSliderCtrl? Thank you !

liu shu Sep 27, 2005 - 6:46 AM

I’ve received the code. Thank you very much!!

liu shu Sep 27, 2005 - 5:27 AM

It’s very kind of you! Thank you a lot!


I’m very sorry that I cannot receive codes because there is some problems with this e-mail address.


Can you send me again use the address: liushu301@163.com. Thank you!!!!!

Technical Support Sep 27, 2005 - 5:44 AM

We’ve just sent it again the e-mail provided.

liu shu Sep 26, 2005 - 10:51 PM

Thank you for giving me such information, and I’ve sent a e-mail to support@prof-uis.com to require the codes you mentioned. But it did not work.


I’am wandering about whether the e-mail address is wrong. And I’ll put my e-mail address here. Would you please to send me the code directly? Thank you!!


 


My e-mail address: liushu@cad.zju.edu.cn


 

Technical Support Sep 27, 2005 - 5:20 AM

We have just sent the requested files to you by e-mail.

Technical Support Sep 25, 2005 - 9:16 AM

The CExtBar***Button classes are not based on HWND. They are just CObject-derived classes. These classes implement buttons inside the CExtToolControlBar toolbar control. You cannot use CExtBar***Button classes as dialog controls. We coded a CExtSliderWnd class, which is an advanced version of the MFC’s CSliderCtrl class. It will be available soon. If you need it right now, just let us know by e-mail so that we can send you the source code for this class.