How to access the running instance of a object?
-
Hi All, Is there anyway to access the reuuning instance of an object in a application from another application. Both the applications are built using C#. I have tried using the GetActiveObject, but it seems used for COM objects. Is there any method available for managed objects. I don't want to use remoting. Thanks in advance Diana.
-
Hi All, Is there anyway to access the reuuning instance of an object in a application from another application. Both the applications are built using C#. I have tried using the GetActiveObject, but it seems used for COM objects. Is there any method available for managed objects. I don't want to use remoting. Thanks in advance Diana.
Hi diana it's very nice question. I like this kind of developement. I think This possible through Interprocess communication. Actually i have no time for implement this thing. Plz refer this url it may be assist. http://msdn2.microsoft.com/en-us/library/aa446520.aspx http://msdn2.microsoft.com/en-us/library/aa365574.aspx Plz inform what kind of you have exact need. If u face further problem plz inform me..... -- modified at 12:17 Monday 29th January, 2007
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com
-
Hi diana it's very nice question. I like this kind of developement. I think This possible through Interprocess communication. Actually i have no time for implement this thing. Plz refer this url it may be assist. http://msdn2.microsoft.com/en-us/library/aa446520.aspx http://msdn2.microsoft.com/en-us/library/aa365574.aspx Plz inform what kind of you have exact need. If u face further problem plz inform me..... -- modified at 12:17 Monday 29th January, 2007
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com
Hi Parwej, Thanks for the reply. I want to get hold of an object from a different application for automated testing purpose. Diana.