Questions tagged [msinet]
8 questions
11
votes
7 answers
How to retrieve this computer's IP address?
What is the least cumbersome (module-inclusion, code lenght, etc) way to retrieve the machine IP address (of the first interface open)?
I know of some solutions using MSINET, but I believe we can do better.
Don't reply
Function HomeIP() as…

jpinto3912
- 1,457
- 2
- 12
- 19
6
votes
2 answers
Which Windows versions have preinstalled MSINET.OCX control
I have an old VB6 application that depends on MSINET.OCX. I'd like to know if I can distribute this application without registering MSINET OCX component. My target OSes are XP, Vista and Windows 7. Do all of them have this component preinstalled?

SharpAffair
- 5,558
- 13
- 78
- 158
1
vote
0 answers
No error while uploading a file to non-existant FTP path using MSINET
I am using VB6 and playing with msinet.ocx nowadays. All is fine. I can upload a file, download a file, get size of a file at remote ftp server etc.
Yesterday, I intentionally used a wrong path in "inet1.execute PUT" command. I was expecting to get…

ucanbizon
- 37
- 1
- 7
0
votes
2 answers
Why am I getting a msinet error 339 on windows 7/8
On some systems windows 7/8 my vb6 application gets the msinet error 339.
Component ‘MSINET.OCX’ or one of its dependencies not correctly registered: a file is missing or invalid.
I'm wondering if I need that ocx.
How can I tell if I am using the…

theMathprof
- 1
- 1
- 2
0
votes
1 answer
How can I use the Microsoft Internet Transfer Control to access a URL protected by a self-signed certificate?
I created an application in VB 6.0 to post an XML file to an http url and reading the response (in xml) using the control Microsft Internet Transfer Control (MSinet). Its working fine in HTTP. But the live url is HTTPS and I'm unable to call the URL…

Sujith Kumar.S
- 17
- 3
0
votes
2 answers
Open URL without Webbrowser or Inet control vb6
Is there a way to open a URL in VB6 application without using Webbrowser or MSInet components?
thanks

astralmaster
- 2,344
- 11
- 50
- 84
0
votes
3 answers
Windows XP Excel VBA Crashes on Windows 7
I am trying to switch a Excel VBA macro from Windows XP to Windows 7. Both of the Windows versions are 32-bit operating systems. My Windows 7 version is Enterprise edition.
The VBA code works fine on Windows XP. When I have tried to run the code on…

Gionata
- 1,513
- 2
- 11
- 11
0
votes
2 answers
VBA compatibility issues: 64-bit Windows7 (MSINET missing) and Trim function compatibility issues
I'm trying to upgrading a VB Excel application working on Windows XP 32-bit to Windows 7 64-bit operating system. There are two issues affecting such operation. I have found that these topics are not uncommon.
The VBA script has to connect to a…

Gionata
- 1,513
- 2
- 11
- 11