In my project I am dealing with multiple forms. In the main form, There is a listening socket. when ever there is an incoming connection, it creates another form and passes socket as argument.
In the main windows form, I am using even to handle connection(BeginAccept(), BeginConnect(), BeginSend(), etc) When ever I need to update some form control, I do it directly. Is there any problem ??? Should I use method invoker ???
