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

Thread: treeview

  1. #1
    Guest

    treeview

    can i use my own bitmaps for the buttons
    on a treeview control ? if so, how?

    thanx,
    J


  2. #2
    Guest

    Re: treeview

    Yep,

    1) construct a bitmap in the resource
    2) make an image list of the bitmap
    3) attach the bitmap to the tree control
    4) voila (or as a company in Australia put it, walla)




  3. #3

    Re: treeview

    look at cmnctrls demo source in vc
    t!


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