Hi! I'm having the c# typical beginner's problem (as far as I can read in forums) of passing data between forms. I was reading a lot about the subject but all the solutions I read are about creating a NEW instance of a form and then use delegates, or objects or class properties, etc. Like in this article:
http://www.codeproject.com/KB/cs/pass_data_between_forms.aspx But the problems I'm having are: 1) In this article, every time I click the button it creates another instance of the forms. 2) In my case I'm trying to access the main form (in this case a simple label) that was created by the visual studio and which is already opened, from another form that is opened after that. Maybe I'm missing very basic but I cannot understand how to face this problem. Thanks in advance! Nacho
