Adding Events To WinForms?
- by Soo
Happy Friday! :D
I have a TextBox on a WinForm and I want to execute some code every time someone presses a key inside of that TextBox. I'm looking at the events properties menu, and see the "KeyDown" event, but don't know how to add code to it.
Happy coding