I am using vb.net 2003. I have set up a toolbar on a form. I would like to set up select case code to execute code based on the toolbar button clicked. I get an error when trying to run my code that says I can't use e.button is the select statement. How can I retrieve the index number of the toolbar button clicked so I can use it in a select case?