User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

    ComboBox with Tree Dropdown



    Environment:VC6, Win200, ME (has not test on other OS)

    Using the Class

    1. Just as you normally would, place a ComboBox on the dialog. And name it m_comboBoxFolder.
    2. Add the files ComboBoxFolder.cpp, ComboBoxFolder.h, TreeCtrlFolder.cpp, TreeCtrlFolder.h, Folder.cpp and Folder.h to your project.
    3. Import the bitmap files folder0.bmp and give them resource Ids of "IDB_FOLDER".
    4. In the header file for the dialog, add an include for ComboBoxFolder.h at the top. Manually change variable from CComboBox m_comboBoxFolder; in step 1 to CComboBoxFolder m_comboBoxFolder;
    5. In the dialog's OnInitDialog() function, call m_comboBoxFolder.Init(0, 300) for setting dropped width and height of a tree dropdown.
    I haven't added too much here insofar as explanation of code because the code is included and very easy to understand.

    Downloads

  • ComboWithTreeDropdown.zip

  • IT Offers


    Top Authors