Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Msinet.ocx
Message
From
09/01/2001 12:30:54
 
 
To
08/01/2001 15:56:18
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Miscellaneous
Thread ID:
00460708
Message ID:
00461272
Views:
13
>>Anyone having NT and MSINET.OCX issues?
>
>
>I got problems with fetching HTML pages. I switched to the API. No problems since.

Can you elaborate a little or point me at how I can switch.
The following openURL consistantly locks NT boxes but works great on 98/98SE.

' Build the execution string
strASP = "https://www.MySecureSite.com/Mylogs/logme.asp?pc=" & _
GetNameStuff & "&" & "download=" & strDownloadType
' Set up the bits and pieces
inetASP.URL = strASP ' Assign the URL
inetASP.Password = objConfig.SessionPassword ' Set The Password
inetASP.UserName = objConfig.UserAccount ' Set The User Name
strPage = inetASP.OpenURL() ' Execute the page. strPage provides a buffer
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform