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 am using ListBox.KeyPress to capture and handle some key events but I would like the keys I handle to NOT be sent along to the control if possible. How can I accomplish this?