Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Over Network in Visual basic using Winsock.

Status
Not open for further replies.

anorehman

Programmer
Aug 22, 2001
1
MY
ineed to send an XML Message on a network without writing it to an .XML File. i am curently writing it to an XML file and parsing it back. I need to write it on a Packet and send on network as well as retrieve back using TCPIP. thanks. any idea?
 
You have multiple problems to solve. Break them down into their individual technical areas and post single specific questions for a individual problem in an appropriate forum.

For example “How to use TCP/IP connections in VB” might be an appropriate question in a Visual Basic forum here at Tek-Tips. Then the answer might be to “look at using the Microsoft Winsock ActiveX control”. So you would start a small research project in VB where you learn to use the control. If you run into questions you could post small amounts of code and ask questions about it.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top