PDA

View Full Version : HTTPS.Submit code eqivalent in VB6?



mystica
11-07-2008, 04:31 AM
Does anyone know how to express the code-equivalent of the following, in Visual Basic 6.0 ?


myvalues = {Name="Brian", Company="Indigo Rose"};
result = HTTP.SubmitSecure("https://www.indigorose.com/myscript.php", myvalues, SUBMITWEB_GET, 20, 443, nil, nil);

RizlaUK
11-07-2008, 04:52 AM
here, i dont have vb6 installed at mo so i can not test it, but they both look like what you are after

http://www.freevbcode.com/ShowCode.Asp?ID=856

or
http://www.freevbcode.com/ShowCode.Asp?ID=2051

mystica
11-07-2008, 05:32 AM
Thanks RizaUK ... I've downloaded both code examples and will have a look at them when I get home.