Since nobody else has replied, I'll take a shot at it.  I don't know VB, but
I suspect that those lines could be replaced by the following RB code:

Dim winhttpRef As HTTPSocket
...
winhttpRef.SetRequestHeader "Content-Type", "application/x-
www.form.urlencoded"
winhttpRef.SetPostContent String
winhttpRef.Post(url)

On 6/19/06, Stephen Smith <[EMAIL PROTECTED]> wrote:

The VB Project convertor bombs on a small file that I'm trying to convert.
I'm guessing that it's choking on
Dim winHttpReg as WinHttp;WinHttpRequest

The three lines I need to help with are the above, plus ...

winhttpRef.open "POST", url, False
winhttpRef.SetRequestHeader "Content-Type", "application/x-
www.form.urlencoded"
winhttpRef.Send String

Any pointers would be very welcomed!

Steve


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to