Hi! I am making a MS Internet Transfer Control in code and I would like to know what is the difference between

Set Inet = CreateObject("InetCtls.Inet")

and

Set Inet = New InetCtlsObjects.Inet

with adding reference to the control.

============================================================

When I try to use commF = Inet.OpenURL("[address]", icByteArray), it returns commF(0 to -1), but the file exists. Where is the problem?

Thanks,
John