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 » TreeCtrl inside a ComboBox Collapse All
Subject Author Date
Massimo Germi Aug 21, 2007 - 3:09 AM

Hi, to all
is there a way to create a CExtComboBox (not as a cell in grid ctrl) that display a Tree items structures?

Tx a lot

Technical Support Aug 21, 2007 - 7:05 AM

You can use the following tree combo box implementation.

http://www.codeproject.com/combobox/cwzcombox.asp

It is derived from CComboBox. You can change the base class to CExtComboBox.