Adding to what kubben said, you can use the same handler for all buttons, then inside that handler use the first argument "sender", cast it to Button and you can read the button's name, or whatever you want to access. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google