If I wanted to reference a control in a Windows or ASP.NET program, I'd use something simple like:<BR><BR><pre class="ip-ubbcode-code-pre">myButton.Visible = False ...
I know there has to be an easy way to do this in .NET, but for the life of me I can't figure it out. Does anyone know how to get the window titles of all open windows into an array in VB.NET?