App exposing objects

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I would like to have my app as an executable but I would also like other
apps to use objects within my app bit like the old ActiveX EXE. What do I
need to do in my vb.net app to achieve this?

Thanks

Regards
 
Hi

I would like to have my app as an executable but I would also like other
apps to use objects within my app bit like the old ActiveX EXE. What do I
need to do in my vb.net app to achieve this?

Thanks

Regards

You will want to look at Remoting in the help... Also, there is a very
good book by Ingo Rammer called "Advanced .NET Remoting" that would be
benificial. He has two versions - one for C# and one for VB.NET, so
take your pick :)
 
Back
Top