Here i am, i got an application wich have to connect itself via lan to another computer and retreive the document called data.xml located in the C:/data.
The address of the computer is : 192.168.0.13 and i do have the c:/data on share mode
.
System.IO.
StreamReader sr = new System.IO.StreamReader("what do i place here");
anyone can help me on this one?