I'm new in using C#
I have two directories, inbox and outbox. My xml files are stored in the inbox.
Part of my xml file looks like this:
<to:>greg, sally</to:>
<from:>john</from:>
<message>hi</message>
I need to know how to grab the information in the 'to' field of the xml file and create a...
I'm new to vb and would appreciate some help =)
I created two directories, inbox & outbox. My xml files are stored in the inbox. I need to know how to parse the xml file.
part of the xml file looks like this..
<To:>greg, john</To:>
<From:>sally</From:>
<message>hi</message>
What I need is to...
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.