I have tried googling ways to get an array or list of child forms of the current form to no avail. Is there a standard way to do such a thing? I am using .net frameowkr 4.0 visual studio 2013.
I have tried
For Each childForm As Form In Me.MdiChildren
Debug.WriteLine(childForm.Name)
Next
When I know a child form is present, but I never enter the WriteLine code in my debugging. The length is 0.