Thread: TreeView

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    8

    Unhappy TreeView

    Hi I hope that someone can help me out here, I have to desighn a custom treeview control for someone but I dont know how to do it because I'm stiill new to c++ can someone please help me

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    91
    Lol thats quite a big task for a Newbie. You will need to learn the WIN32 API or some other substitute API for the GUI side of things. I would try PSC for some examples.
    Last edited by joeyzt; 07-23-2004 at 08:08 AM.

  3. #3
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    >> I would try PSC for some examples.

    Don't abbreviate websites for newbies.
    http://www.planet-source-code.com/

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    If you read the start page for tree view controls you might find something that will help you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Drag & Drop using TreeView
    By Devils Child in forum C# Programming
    Replies: 1
    Last Post: 03-24-2009, 07:02 AM
  2. How can I list processes in a treeview?
    By hileci555 in forum Windows Programming
    Replies: 0
    Last Post: 07-21-2008, 04:22 AM
  3. TreeView and Database
    By x64 in forum C# Programming
    Replies: 2
    Last Post: 01-14-2007, 07:42 PM
  4. Treeview Custom Draw
    By mobazr in forum Windows Programming
    Replies: 1
    Last Post: 06-21-2005, 02:51 AM
  5. Problem showing item in TreeView
    By Garfield in forum Windows Programming
    Replies: 4
    Last Post: 03-18-2004, 01:58 AM