Adding text files to a treeview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • valor11
    New Member
    • Sep 2008
    • 2

    Adding text files to a treeview

    Hi,
    I'm writing a program in visual basic that must load the treenodes from a text file and when you click on a node that node must display the selected nodes information from a textfile.

    please help!!
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Use the FileSystemObjec t to read the text file (search FSO on google)

    Good luck! Feel free to post specific problems or errors you are getting.

    Comment

    • valor11
      New Member
      • Sep 2008
      • 2

      #3
      Originally posted by jeffstl
      Use the FileSystemObjec t to read the text file (search FSO on google)
      Can you please give me a example?

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        please check in the Howto section of this site for related articles on adding items to a tree control and also other articles about reading from test files.

        Comment

        Working...