
06-11-2003, 05:29 PM
|
|
Newcomer
|
|
Join Date: Jun 2003
Posts: 1
|
|
cannot createobject on remote computer
|
Hi,
I am using VB's createobject function to create an object
on the remote machine, the code is
xApp=CreateObject("InternetExplorer.Application","remote
machine")
I am getting the error
Cannot create ActiveX component, but when I use the local
machine name instead of remote machine it works fine, any
suggestions?? i know it has something to deal with
DCOMcnfg but I exactly dont know how to change the
security settings any help would be appreciated.
thanks
Heli
.
|
|