Groups | Blog | Home
all groups > dotnet faqs > march 2004 >

dotnet faqs : Threads, VB.NET and VB 6


Lisandro A. Palermo
3/17/2004 9:47:31 AM
Can I create a console en VB.NET and execute multithreading calls to a COM+
componente developed in VB 6?

-------------------------------------------------------
Saludos,
A.U.S. Lisandro A. Palermo

news.microsoft.com
5/3/2004 4:16:08 PM
I don't see why not. In c# you could easily create a ThreadStart object
which would make the calls to your localized COM+ object via interop. If
you want the console app to actually run mutiple threads of itself, see the
multi-threading attribute class.

HTH

Nick Harris


[quoted text, click to view]

AddThis Social Bookmark Button