Tree Control Issue

Discussion in 'MFC' started by Gurjeet Singh Batth, Jan 7, 2008.

  1. Gurjeet Singh Batth

    Gurjeet Singh Batth New Member

    Joined:
    Nov 1, 2007
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Location:
    Punjab
    Hi all,

    I am using a tree contol in My MFC Application, It works fine, I am able to sucessfully add or delete nodes in the tree . But the problem arise when I delete all the nodes with DeleteAllItems() function . This Function deletes all the nodes, but after this I am unable to insert any new node in the tree.

    If I still insert a new node, tree doesn't display it, but if I click on the tree controls area where new node should have been displayed, A block of blue color appears there.

    I think that the new node is getting created, but there is some problem that prevents it to be displayed.
    Plz Give me your valuable suggestions regarding this trouble.
    Thank You.
    BBye.
     
  2. ranjithsubra

    ranjithsubra New Member

    Joined:
    Mar 9, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    hi,
    AFTER DELETED USING DeleteAllItems() then call the function RedrawWindow()
     
  3. ranjithsubra

    ranjithsubra New Member

    Joined:
    Mar 9, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    hi any one can explain about the communitions type and communications?
     
  4. ranjithsubra

    ranjithsubra New Member

    Joined:
    Mar 9, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Types Of Communications

    hi,

    explain abt the communications?
    regards
    kumar
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice