How to access the controls of form2 in form1 in C# 2008/2010
        Posted  
        
            by sukumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sukumar
        
        
        
        Published on 2010-03-29T13:09:00Z
        Indexed on 
            2010/03/29
            13:43 UTC
        
        
        Read the original article
        Hit count: 256
        
How to access the controls of form2 in form1
And also I would like to create events for form2 controls in form1 itself. How to acheive this? Please help me with complete code using C#2008, Windows Forms.
© Stack Overflow or respective owner