Welcome to weblogs.com.pk Sign in | Join | Help

Adnan Siddiqi

Lets get technical

News



  • View Adnan Siddiqi's profile on LinkedIn

Browse by Tags

All Tags » Tips   (RSS)
.NET ::Accessing MDI form controls from child forms or other methods
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...