CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: TreeNode in c#

  1. #1
    Join Date
    Jun 2004
    Posts
    9

    TreeNode in c#

    hi
    how can i add icon or picture to every node in TreeNode?

    thanks
    koby

  2. #2
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  3. #3
    Join Date
    Mar 2003
    Location
    Japan
    Posts
    120
    simply just set the node.ImageIndex , but remember to create a imageList first.
    Ee.... Sugoi Ne~~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured