Print Page | Close Window

Office2007 ComboBox styles for 11.2 ???

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8021
Printed Date: 13 November 2025 at 9:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Office2007 ComboBox styles for 11.2 ???
Posted By: terrym
Subject: Office2007 ComboBox styles for 11.2 ???
Date Posted: 15 September 2007 at 1:19pm
How do we enable office 2007 combo box style for CXTPControlComboBox please ???

Anybody know, help much appreciated ?



-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey



Replies:
Posted By: Oleg
Date Posted: 15 September 2007 at 1:33pm
Hi,
 
CXTPControlComboBox* pComboFind = new CXTPControlComboBox(GetCommandBars());
   pComboFind->ModifyListBoxStyle(0, LBS_OWNERDRAWFIXED | LBS_HASSTRINGS);


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: terrym
Date Posted: 15 September 2007 at 1:38pm
Excellent, works great, cheers

-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey


Posted By: Kenneth
Date Posted: 15 September 2007 at 1:49pm

Is it possible to set a unique icon for each entry in the CXTPControlComboBox drop down list?  It appears that the SetListIconId applies to all entries in the list.



Posted By: Oleg
Date Posted: 17 September 2007 at 5:11am
Hi,
 
Second item must have ListIconId + 1 image, Third ListIconId + 2 etc.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Kenneth
Date Posted: 17 September 2007 at 5:17pm
Thats a shame.
 
It also appears that the DrawItem function does not handle unicode text correctly on Windows 98/ME.
 
I guess we are stuck using the old reliable Microsoft CComboBoxEx.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net