I need to make an application in which a vb.net application takes in a XML file from a url and display it in my program. An example of a place to get a url would be http://www.example.com/yx3234.xml then take the contents of this and read it into my program.
Share
Use
Linq XML. You can pass the uri toXDocument.Load()method.