treeview

  1. A

    Question Help with advanced VB9 Web browser

    Okay, I've made a web browser in VB.NET 2008 so people who know it can help me best... Below, I have listed my problems, please help me... I save my own web browser history rather than modifying the Internet Explorer, I used to use a richtextbox but now I want to use a treeview or a list...
  2. T

    Question How can I add child nodes to a treeview from a directory path?

    Hi I have a treeview, a button and a textbox. When you click button1 a folderbrowserdialog opens and after choosing the folder the path to the folder and anything in it is show in the textbox and with this code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  3. H

    Question TreeView not scrolling when node is expanded

    Hello, I have wrote simple TreeView control that basically gets data for display as control items in tree as data table from documentum. Everything is working good but the problem happens when tree node expansion is not containable in pane. When node is expanded, it instead of showing scrollbar...
  4. jimirayyng

    Question Treeview unique branch text

    Hi, This is my first post, please be gentle....:) I Have a treeview that has its nodes populated by clicking on a row in a grid, i keep stuff like the record key in the node.tags and build the node text from the fields in the record (I obtained the data from the db earlier). Any amount of...
  5. F

    Question Treenodes saved in database

    Guys help me I have this 4 tables. My problem is I have to save the treeNodes in the 4 tables. How can I determine that a specific treenode will be save in one specific table?? The format of the treenodes is like this: Cat_tab SubCat_tab SubCat_tab Exp_tab Exp_tab ExpDet_tab Cat_tab...
  6. S

    TreeView Scroll Position Get and Set

    I used a treeview with scrollable property true. Firstly I generated the treeview. Then I selected a treenode as : dim node as TreeNode node=treeview1.Nodes(1) After that I refresh the treeview in a structured way, like Expanded node as expanded and Collapsed as collapsed. Then I need to keep...
  7. L

    Question Add tree nodes

    hi! i want to create an treeview control which has these features. user have to enter how many nodes he wants. after he entered the code should generate nodes in the treeview as per the text box. can any one help to get out this problem? OR can any one tell me how to create treeview and...
  8. Vermiculus

    Question Linking TreeView?

    I have a rather large, multi-level form and I do not wish to seperate it into multiple forms. I have learned that the set of names of the nodes within a TreeView is seperate from the main form; that is to say I can have a node with the same name as tab page. Which is an excellent segue into my...
Back
Top