Translate the vb6 code to vb.net or c# or java!

Posted by user292084 on Stack Overflow See other posts from Stack Overflow or by user292084
Published on 2010-04-14T10:23:47Z Indexed on 2010/04/15 3:53 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about vb6

Related posts about vb.net