Translate the vb6 code to vb.net or c# or java!
- by user292084
Translate the vb6 code to vb.net or c# or java, too difficult to me, thank you.
Dim dom As New DOMDocument
Dim http As XMLHTTP
Dim strRet As String
If not Dom.load(c:\voucher.xml)then msgbox “file not exist”
http.Open "Post", "http://127.0.0.1/import.asp", True
http.Send dom.xml