Communication between forms in C#

Posted by Narven on Stack Overflow See other posts from Stack Overflow or by Narven
Published on 2010-06-14T00:39:44Z Indexed on 2010/06/14 0:42 UTC
Read the original article Hit count: 432

Filed under:
|
|

Hi,

In C#, using winforms, what is the best way to make forms talk to each other??? Sending data, messages, strings, whatever, from on to the other???

Delegates??

Ideias??

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms