hello future

Just some ideas I kick around and items worth a note.

Tuesday, May 22, 2007

C# Form Event Handling

So if you want your base form to be able to see the key events that happen on your controls, you have to set the Form.KeyPreview = True;