I am doing a small multithreaded app that uses asynchronous TCP sockets, but I will get to the point: I am using a custom event to read a value from a form and the delegate used by the event returns a string when finished.
My question here is: is that correct? is it Ok to return values from the events? or is there a best way to do this? (like using a simple delegate to the form to read the values)
Thanks in advance,
