lothos12345 Posted July 8, 2005 Posted July 8, 2005 Is there an easy way to pass values from one application to another application using VB.NET? Any help given is greatly appreciated. Quote
jmcilhinney Posted July 11, 2005 Posted July 11, 2005 It depends what you mean by "easy"? You can use the SendMessage API function or you can use remoting. Quote
lothos12345 Posted July 11, 2005 Author Posted July 11, 2005 Passing values It depends what you mean by "easy"? You can use the SendMessage API function or you can use remoting. I have heard of remoting can you give me an example of how it works in VB.NET. Quote
jmcilhinney Posted July 12, 2005 Posted July 12, 2005 Never used it myself. The word is a link in my post, which you can follow to download several remoting samples. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.