CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2003
    Posts
    116

    the output is not visible in the tree control

    i have written a program to list the directories in a tree control. the code is correct and have no errors. but the tree control is empty when executed

  2. #2
    Join Date
    Mar 2000
    Location
    Bangalore,India
    Posts
    776
    Could u pls,post the code snippet where u r populating the tree and in which function?

  3. #3
    Join Date
    Sep 2003
    Posts
    116

    here is the snippet

    can u plz go thru and mail me this back

  4. #4
    Join Date
    Feb 2003
    Location
    Bilbao
    Posts
    513
    It is a good way to do a question...

    "My code is right, but does not work!!!"

    If it doesn´t work, your code is not right.

    Have you called to UpdateData?
    Caronte
    Si tiene solución... ¿por qué te preocupas?
    Si no tiene solución... ¿por qué te preocupas?

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