View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mduraidi mduraidi is offline
external usenet poster
 
Posts: 1
Default "WinForm Application" to act as "RTD Server" using .Net

I have an "RTD COM Automation Server DLL" using .Net ( registered as
COM).

This "RTD Server" connects to ".Net Remoting Server" (WinForms .Net
App.) to get the data to be provided to Excel.

Can I convert the "WinForms Application" into an "RTD COM Automation
Server" directly?, and make Excel connect to the running instance of
the application?