G
Guest
So, I have a Windows Forms application in .NET 2.0. I also have a custom
UserControl. How do I find all the instances of my UserControl in an
Application?
I've just tried the new Application.OpenForms with a loop that searches all
the controls in the opened forms, but my program just crushes when it
attempts it (it just crushes along with VisualBasic.NET Express 2005 with no
error).
UserControl. How do I find all the instances of my UserControl in an
Application?
I've just tried the new Application.OpenForms with a loop that searches all
the controls in the opened forms, but my program just crushes when it
attempts it (it just crushes along with VisualBasic.NET Express 2005 with no
error).