T Tom Q Aug 1, 2004 #1 How do I make an asynchronous call to a .NET component method or to a Windows service? Thanks Tom
W Willy Denoyette [MVP] Aug 2, 2004 #2 Take a look at "Asynchronous Remoting" in MSDN (Framework Developers Guide). Willy.