accessing a com from remote machine
-
Hi Guys, I have been asked a question during a presentation like how can we access a COM comonent from some other box that is not having registry info for the COM. please help me here Thanks
vikas da
you should have a look at the RPC invocation methods.
-
Hi Guys, I have been asked a question during a presentation like how can we access a COM comonent from some other box that is not having registry info for the COM. please help me here Thanks
vikas da
You can also use the option of RemoteServer present in the Project properties tab . Vb makes the vbr file which can be accesible by the remote machine . the option is useful if you have made the ocx or active x exe projects
-
You can also use the option of RemoteServer present in the Project properties tab . Vb makes the vbr file which can be accesible by the remote machine . the option is useful if you have made the ocx or active x exe projects
Hi quantimizer, Thanks for replying me... actually question was like there is COM+ component lets say "Maths",it been registered with machine A there is machine B over Network it does not know anything abt machine B except component name and methods so how can machine B use the component of Machine A. i guess can it be done Via URI and RPC...i am just not sure... Thanks
vikas da