G
Guest
Before .Net if I wanted to control an application that exposed a COM
interface all I needed to do was to create an object of that application and
call the appropriate methods. For example a VB app that controled Excel,
Word, MapPoint.
What would be an equivalent in .Net?
I am presently looking at Remoting, but still wondering if there is a more
direct/easy way to do what we used to do in COM.
Basically I want my app to link to my server app and tell it to make itself
visible plus calls some methods to control its behavior.
Thanks for your help or insight.
interface all I needed to do was to create an object of that application and
call the appropriate methods. For example a VB app that controled Excel,
Word, MapPoint.
What would be an equivalent in .Net?
I am presently looking at Remoting, but still wondering if there is a more
direct/easy way to do what we used to do in COM.
Basically I want my app to link to my server app and tell it to make itself
visible plus calls some methods to control its behavior.
Thanks for your help or insight.