For Each c As Winform.Control In Forms(Cstr(args(0))).Controls(Cstr(args(1))).Children
MessageBox.Show(c.GetType().name)Next