Die Suche ergab 3 Treffer

von jpeg61
05.10.2010 13:54
Forum: Code, Tipps und Tricks
Thema: WinHTTP (mit SSL) für Memory, String und File Download
Antworten: 24
Zugriffe: 16442

Re: WinHTTP (mit SSL) für Memory, String und File Download

Thanks
but I call the procedureDll ReceiveHTTPString since VB6
also I send the address of callback in VB6 by addressof CallBackHTTPProgress -
Procedure CallBackHTTPProgress is not in code PB.
von jpeg61
02.10.2010 12:02
Forum: Code, Tipps und Tricks
Thema: WinHTTP (mit SSL) für Memory, String und File Download
Antworten: 24
Zugriffe: 16442

Re: WinHTTP (mit SSL) für Memory, String und File Download

Hi,
I do not understand how to call this procedure from Visual Basic 6 using the callback?

With PB, I've converted the proceedings in ProcedureDll without significant change.
=> ProcedureDll ReceiveHTTPString( ... ) .../...
ProcedureReturn @Result$

With VB, if I use the following code without ...