R
Ryan McConnell
I have a windows application, which loads a text file containing xml
into a modified RichTextBox(modified so i can print it). I want the
user to be able to type the xml and then parse it.
Is my understanding that i can create an xmlobject with a StreamWriter
which uses the contents of the RichTextBox as its source?
If so how?
I hope to have a form which i can click on a database and enter info
to the xml, is there any good sites that can help me with creating the
xml objects too?
I'm quite new to vb.net so any help would be appreciated.
thanks
Ryan McConnell
into a modified RichTextBox(modified so i can print it). I want the
user to be able to type the xml and then parse it.
Is my understanding that i can create an xmlobject with a StreamWriter
which uses the contents of the RichTextBox as its source?
If so how?
I hope to have a form which i can click on a database and enter info
to the xml, is there any good sites that can help me with creating the
xml objects too?
I'm quite new to vb.net so any help would be appreciated.
thanks
Ryan McConnell