I am developing a portable application in VB6. My target platforms are Win XP - Vista - 7 - 8 ( I think all of them Have VB6 Run. I one part of My application , I need to read a small text file form Internet I used
Inet.OpenURL
And this is working well in Win Xp , But in Win7 I got this error
Run time error ‘339’: Component ‘MSINET.OCX’ or one of its dependencies not correctly registered: a file is missing or invalid.
As this is a portable application , I can't make a Setup file.
What Can I do?
Is it possible to include MSINET.OCX in my application file?
Is there any replacement for Inet.OpenURL
Which works in Win 7 ?
Thanks