Search:

Type: Posts; User: kellman

Search: Search took 0.02 seconds.

  1. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    @4x2y

    That is bloody fantastic!

    I don't understand how you do it, but sir, keep on doing it!!

    Five Gold Stars for your above and beyond SUPERIOR support.

    :)
  2. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Okay so my only option would be to use an XML editor.

    Thanks for the confirmation.
  3. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    917079170991711

    When I load my project in VS2010 the treeview window does not display the XML tree. I was hoping to use the built-in Node Editor.

    The only time the tree is visible is at...
  4. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    4x2y Thank you.

    I would like to be able to move a node up or down on the tree, similar to the vs2010 built-in node editor.

    Do you think this would be possible with XML?

    Kelly
  5. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    I tried your suggestion but it contains the following errors:

    91647
  6. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Fantastic...brilliant!

    I've added a button to remove a selected node. Is it possible to have a "delete confirmation" Yes/No prompt? (that echo's back the name of node).


    Private Sub...
  7. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    [QUOTE=4x2y;4242535]As far as you are going to use this class TreeViewDataAccess then you must load xml file that previously saved by it too. so, build your tree as usual, execute...
  8. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Thanks for the great suggestion!

    Problem. After I add the TreeViewDataAccess Class to my Project and point it to my "test_tree.xml" file, I get the following error message:

    Full Exception...
  9. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    Help 4x2y,

    I posted a new thread but I'm having a heck of a time finding someone as helpful as you :)

    Since you last helped me, I realized that I had no way to SAVE any Changes to the tree...
  10. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Could you point me to the line of code you refer in Post #6 that contains any reference to "editing a node" please, I must be blind. ...
  11. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    The posts you refer to are regarding adding usernames and passwords, not tree nodes.
  12. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Do you have any ideas?
  13. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Okay this is what I have so far. Thought I would start off with a small "test" program first.


    Imports System.Xml

    Public Class Form1
    Inherits Form

    Public Sub New()
    ...
  14. Replies
    30
    Views
    14,406

    VS 2010 Re: How to Populate Treeview from XML using VB

    Formlesstree4,

    Would it be possible to have another moderator help me, or answer my question?

    The web links you are giving me contain nothing that is helpful to me as a beginner.
  15. Replies
    30
    Views
    14,406

    VS 2010 Re: How to save a treeview node list locally?

    Can you help me out with how to go about creating a save function for XML file?
  16. Replies
    30
    Views
    14,406

    VS 2010 How to Populate Treeview from XML using VB

    Hello All.

    I'm trying to create a VB Application with a tree view that can be added to and edited as needed on a daily basis..
    So far, I have a form that contains a Tree view control, text boxes...
  17. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    Is it possible to ADD EDIT and DELETE the Nodes?

    I have added button3, button4 and button5.

    Regards,

    Kelly
  18. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    That worked very nicely. Thank you.

    Lastly, if I want to quickly deselect all checked boxes with a one button click event.

    Do you have an easy method?
  19. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    I get the following error when all check-boxes are un-checked....not when the apps first runs....say for example I click 2 or 3 boxes and then un-check all boxes:
  20. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    One last question.

    On the subject of formatting text in the text box.

    I would like to create one more command button. The button2 should output the tree view checked nodes into one long...
  21. VS 2010 Re: [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    Oh I love that effect...makes the data jump out and easier to read.

    If you ever publish a book on VB for a beginner like me...I'll buy a copy!!

    Many many thanks kind sir!!
  22. VS 2010 Re: Populate a textbox from selected check boxes located in a Treeview

    Hello 4x2y

    Brilliant!

    Thank you so much.

    That is exactly what I needed.
  23. VS 2010 Re: Populate a textbox from selected check boxes located in a Treeview

    Hello 4x2y

    Thank you for such a speedy reply.

    Your code suggestion works perfectly.

    The only thing I would have preferred is...once the check box is selected, that it be automatically copied...
  24. VS 2010 [RESOLVED] Populate a textbox from selected check boxes located in a Treeview

    Hello All.

    I would like to fill a rich text box with only the selected checked-boxes from a tree view control.

    Multiple nodes, so I imagine it would have to loop through all nodes and detect...
Results 1 to 24 of 24



Click Here to Expand Forum to Full Width