1
Answer

XML Data to RichTextBox

Ask a question
ssdfsdf

ssdfsdf

14y
6.6k
1
I've got an XML file loading into a treeview, however, i want to be able to load content from the XML file into 3 RTB's when i click on that node.

XML File example:

<node>
<RTB1>text</RTB1>
<RTB2>text</RTB2>
<RTB3>text</RTB3>
</node>

i've had no luck finding an example

Answers (1)