Popular Post candidus Posted March 10, 2013 Popular Post Report Share Posted March 10, 2013 Hello world, For ayone interested, here is a complete example how to create a .NET Remoting client with events in pure LabVIEW. No, it isn't impossible The key concepts are: - Extract assembly and object information from the .NET refnum. - Use .NET Reflection to connect event handlers and proxies. The documentation is inside the sample project. candidus HelloClientServer-LV2010-NET4.0.zip 3 Quote Link to comment
candidus Posted March 17, 2013 Author Report Share Posted March 17, 2013 Some things I forgot: - The server has a bug: It blocks the client until something is entered in the console window. After hitting any key (except 'q') in the console window it responds. 'q' quits the server. - A screeenshot of the client's block diagram: - Any comments appreciated Quote Link to comment
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.