Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 Mar : InternetAttemptConnect and IE7 Beta
| Subject: | InternetAttemptConnect and IE7 Beta |
| Posted by: | "Andrea De Togni" (andrearemovespam@detogni.com) |
| Date: | Fri, 17 Mar 2006 09:48:36 |
I've a program which is working fine since 2001. It dowloads files
from a www server. The first thing it does is an InternetAttemptConnect
call.
This program is built in VB6.
Now I've installed IE7Beta2 and now the call to InternetAttempConnect fails
with error 87 (Invalid parameter). But I haven't changed a line in that
program.
The call is iRetVal = InternetAttemptConnect(vbNull)
Anyone has an idea?
Thanks
Andrea