CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sisodia.nikhil

Search: Search took 0.02 seconds.

  1. Re: MFC Tree Control: How to add multiple icons to a tree control item?

    Thanks for your reply....


    My treeview could contain thousand of items and each tree view item can contain multiple images.
    I can draw the individual icons into a bitmap in memory, then load...
  2. Re: MFC Tree Control: How to add multiple icons to a tree control item?

    I have tried with the TVSIL_STATE and it displays the check boxes but this change still doesn't display multiple images at tree view item.
  3. Re: MFC Tree Control: How to add multiple icons to a tree control item?

    Hi,

    I am trying to display multiple icons to the Treeview item but it is not displaying all the icons, it displays only one.
    I am using CImageList m_imageState;

    m_cTree.m_imageState.Create(16,...
  4. MFC Tree Control: How to add multiple icons to a tree control item?

    Hi,

    I am trying to display multiple icons to the treeview item but it is not displaying all the icons, it displays only one.
    I am using CImageList m_imageState;
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured