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...
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...
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...
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...
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...
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...
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...
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...
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.