Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

IconComboBox - Selecting Icons

0.00/5 (No votes)
3 Mar 2000 1  
2 Freeware MFC icon selection combo box classes
  • Download source files - 19 Kb
  • Introduction

    An example of what the classes look like is shown below:

    Sample Image


    Features

    • The classes are derived from CComboBox and as such derive most of their behavior from these base classes i.e. they do not use any low level GDI code which may have lots of bugs in it or may not work on the next release of Windows.
    • The classes are fully Unicode compliant and include Unicode built options in the workspace file for the demo app.
    • All code compiles cleanly at warning level 4.

    The source zip file contains the IconComboBox source code and a simple test program to exercise the class.


    Updates

    V1.0 (25th August 1998)
    • Initial public release.

    V1.01 (12th September 1998)

    • Removed some files from the workspace which were not being used.
    • Updated workspace to use folders.
    • Added AddString(), InsertString() & DeleteString() functions. These functions ASSERT to ensure that the icon combo box operates correctly.
    • Added DeleteIcon() function. This should be called instead of DeleteString().
    • Modified internal implementation of InsertIcon() & AddIcon() for both classes.
    • Tidied up some of the help documentation.

    Please send any comments or bug reports to me via email. For any updates to this article, check my site here.

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here