Discuss the below:
Q: Create an event handler to respond to a toolbar's ButtonClick event. If the index of the button is zero (0), call the procedure named OpenFile. If the index of the button is one (1), call the procedure PrintFile. Finally if the index of the button is two (2), then call the procedure named ExitSolution. Assume that the toolbar is named tbrCurrent.
Use VB.NET programming