nodes

  1. MillTurnBr

    Question extract sub element value from a XML node

    Hi there, I?m new to this board and this is my first post. I?m a beginner in VB .NET and I apologize in advance if I?m raising an stupid question. I searched around the board and Googled it but I probably was unable to use the correct words to find out what I?m looking for. I?m totally new to...
  2. sterjo

    Question How to change parent nodes in xml

    I have an xml file that looks like this <Operation ID="450"> <Form ID="36" xsi:type="form-36"> <AOP ID="1" Current="0" Previous="317200" xsi:type="aop-form-35" /> </Form> <Form ID="36" xsi:type="form-36"> <AOP ID="1" Current="0" Previous="317200" xsi:type="aop-form-36" />...
  3. VBobCat

    Question Parsing HTML content into a TreeView

    Hello people, I wrote this code in order to parse HTML elements within an HTML document into a treeview, so I can study its structure. But my iteration must have something wrong, for it doesn't recover all the elements. Could someone help me to fix it? Thank you very much! Public Sub...
  4. D

    Question Deleting Dynamically Populated Treeview Nodes using a loop

    I have a Treeview that is populated from a Sql Db. The Db table that holds the Treeview data has a column for 'id' and a column for 'parent'. The Treeview executes and populates flawlessly using a For Each loop. I want to offer Content Management for the Treeview which requires the user to be...
  5. A

    Treeview Search and View Node

    This below code does work fine don't select a node but it goes through it... I debugged it .. Can I anyone help ..? Thanks In advance. Public Function TreeView_Search_InsideNode(ByVal ParentNode As TreeNode, ByVal SearchVal As String, Optional ByVal Selection As Boolean = False) As...
  6. 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...
Back
Top