Hi,
I am rebuilding a new WINNT 4.0 machine, and just can't get get the app to work.
Th app used the msinet.ocx control
The bit of the code
Dim Inet1 As Object
Set Inet1 = CreateObject("InetCtls.Inet"
It failed when tried to create the object with the error message "ActiveX component can't create object"
I had a suspision that it's to do with the licensing.
I came across the utility called VB6Cli.exe, but this
require VB intalled, unfortunately I can only install VB runtime on my server machine, is there a work around ??
I have tried UnRegister and register, still no luck
Any suggestions ????
Many Thanks
I am rebuilding a new WINNT 4.0 machine, and just can't get get the app to work.
Th app used the msinet.ocx control
The bit of the code
Dim Inet1 As Object
Set Inet1 = CreateObject("InetCtls.Inet"
It failed when tried to create the object with the error message "ActiveX component can't create object"
I had a suspision that it's to do with the licensing.
I came across the utility called VB6Cli.exe, but this
require VB intalled, unfortunately I can only install VB runtime on my server machine, is there a work around ??
I have tried UnRegister and register, still no luck
Any suggestions ????
Many Thanks