CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Posts
    84

    How to implement an Automation Server with Visual C#.Net?

    Dear all,

    I have worked out a sample automation server with VC++. It runs as a standalone application while exposing some objects with properties and methods to automation clients written in VB/VBScript. Just like those MS Office Automation Servers such as Word and Excel. Now I need to actually implement this automation server with VC#.Net. Being new to the Dot Net world, I am wondering what the Dot Net equivalent is for the Automation Server? Is there any related article to which I can refer to get started? (I have searched the Microsoft's support center for VC#.Net and ended up with a whole bunch of articles on how to implement an automation client with VC# to work with MS Office automation servers, such as Word and Excel, instead of how to implement such an automation server.)
    Please advise and thanks in advance...

    Cheers,
    Tracy

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    hi this site will get you started building an
    automation server

    the steps are listed try it out

    automationserver

    -Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured