I remember in VB6 days, it was damn easy to access other form controls by writing formName.ControlName.Property. This is something which is not possible in VB.NET. I tried traditional methods to access MDI form controls but got Object Reference error.
Read More...