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.
Subject |
Author |
Date |
|
Bruno Anjos
|
Oct 13, 2006 - 10:46 AM
|
I’m trying to load an image to a combobox, much like the example that can be found in the "ComBoBox" column of the grid in the ProfUIS Contols examples. What’s the easiest way to achive this in a simple combobox?
|
|
Vladimir VladimirKozatchenko
|
Jun 3, 2007 - 1:49 PM
|
Hello,
> The easiest way is to use the CComboBoxEx class.
could you plesae post a little example?
thanks!
Vladimir
|
|
Technical Support
|
Jun 5, 2007 - 10:58 AM
|
CComboBoxEx is an MFC class and it is documented in MSDN. What kind of example you need?
|
|
Technical Support
|
Oct 13, 2006 - 11:57 AM
|
The easiest way is to use the CComboBoxEx class. You can also use an owner drawn version of the simple combobox and draw all the items (including the icons) yourself.
|
|