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 can i implement the tree structure in the CombleBox by using PROF-UIS? Collapse All
Subject Author Date
c y Jul 18, 2007 - 2:28 AM

The UI of our project need to implement a tree structure in the CombleBox by using the prof-uis,and we’ve never implemented it at all.Because of the time problems,we need to implement it as soon as possible.Pls help us.
Thanks in advance:)

Technical Support Jul 18, 2007 - 10:38 AM

We do not provide any custom tree combo box classes because you can find lots of free solutions of this kind on the Internet . For example:

www.codeproject.com/combobox/combotree.asp
www.codeproject.com/combobox/checkcmb.asp

Technical Support Jul 18, 2007 - 11:04 AM

We mean the following: you can find CComboBox-derived classes in these articles. You can change the base class from the CComboBox class to CExtComboBox so that you can get what you are looking for.