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 ...
My business has decided to enter the wonderful world of .NET and has tasked me with something fairly easy (for an experienced programmer). I'm creating an automated application for copying files ...