hi there..
you need something like this...
you have the event buttonclick for the toolbar..
then you do something like this (for ex.)
Code:
Select Case Toolbar1.Buttons.IndexOf(e.Button)
Case 0
Case 1
Case 2
End Select
i think that should be a better solution.. but at least this work...
HTH
Gonzalo