Home All Groups Group Topic Archive Search About

calling a C# method asynchronously from VB

Author
17 Jan 2006 3:26 PM
Lak
Hi all
I am trying to call a method from a C# dll asynchronously from VB. I don't
know how to do this. Please get back to me with your suggestions.
Thanks.

Author
17 Jan 2006 5:04 PM
Armin Zingler
"Lak" <L**@discussions.microsoft.com> schrieb
> Hi all
> I am trying to call a method from a C# dll asynchronously from VB. I
> don't know how to do this. Please get back to me with your
> suggestions. Thanks.



Use threads:

http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconThreadingInVisualBasic.asp
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconthreading.asp



Armin