I have an application that generates an XML file, but I am not able to read the XML file and insert it into the TextBox.
<?xml version="1.0"?>
<parametros>
<banco>rango</banco>
<caminho>C:\</caminho>
</parametros>
I need the application to read this xml and "import" the information into a textbox.