Adding Events To WinForms?
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-28T13:27:54Z
Indexed on
2010/05/28
13:31 UTC
Read the original article
Hit count: 385
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
© Stack Overflow or respective owner