Help with Remoting object
Hello. I need to send messages (strings) from a web service to a ListBox in a Windows Application.
I did some tests with a Console Applications and it worked because the remote object used Console object. The problem now is that I can't do that in a Windows Application. How could I send messages to the Windows app that appear automatically in a ListBox component?
Regards,
Diego F.