Search results for query: *

  1. J

    Tree View Help

    That's OK, I already got this one figured out. Thanks anyway.Jason
  2. J

    Populate a Tree View from a text file.[RESOLVED]

    Thank you, that worked perfectly! Jason
  3. J

    Populate a Tree View from a text file.[RESOLVED]

    Is there a way to add nodes to a tree using a text file? I want my program to add the nodes on the Page Load Event. The reason I am doing this is to allow the user to add nodes, and then save them in the file. Thanks for any help Jason
  4. J

    XML Question

    Sorry about that. I had an XML file that contained a path to an MP3 file that changes weekly. I needed to get that path and use it in the Media Player Control on my form. The problem was that the path in the XML was improperly formed (no closing tag) so I found another tag that contained the...
  5. J

    Tree View Help

    I am trying to create a help system in my app. I have the tree with all the nodes already defined. When I click on a particular node, I want a text box to display a help file. Much like the Internet Explorer Help. I'm using this code to display the help file in the textbox: Dim FILE_NAME As...
  6. J

    XML Question

    I figured it out
Back
Top