Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing UI resides in the Dll Component located remotely from client

Status
Not open for further replies.

sudharsan

Programmer
Nov 7, 2003
1
IN
I am having one DLL component which is having UI in it. I need to access the component from the remote machine. For this i have written the Custom surrogate to invoke the component remotely. This is working fine.I put one method in the interface of the component in order to show the dialog(UI) which resides in the component DLL. While calling the method from the client it is displaying the dialog in the server machine. But my need is this is to be displayed in the client side. In the DCOMCNFG utility i have configured the Identity of the server as Interactive User for this Component. And i have given the access to Everyone in all the places.(like Security, Default Security..). Can you provide the solution for this?
 
I've similar problem, but I get it execute on remote machine, instead of server machine. Actually I need to access some hardware from server machine.

How you did to run at server side?

-Mona.
 
Mona,
For what you are trying to do, you should use an ActiveX Exe and DCOM. - Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top