automation

  • Thread starter Thread starter Johnny
  • Start date Start date
J

Johnny

Is it possible to do an automation object accessible from vbscript in c#?
 
Your C# class should be accessible by VBScript provided that the .NET run-time is present.

Tu-Thach
 
Is it possible to do an automation object accessible from vbscript in c#?

Register the .NET object as a COM object using "regasm".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top