//C#
if (e.Button==toolBarButton1){
MessageBox.Show("Got it");
}
'VB.NET
select case true
case e.button is toolbarbutton1
msgbox("Got it")
end select
Cheers
Daniel
"Timothy Taylor" <timoth...@pocketelite.com> wrote in message
news:%23wPtVKp...@TK2MSFTNGP12.phx.gbl...