You can give them all a seperate ID. Just increment an integer, append it to the id field, and hook them all back to the same handler, where you can ctype the sender to a checkbox, and check its id field, and doing different things using a select case statement on its id.