Toolbar problems

Kasper Larsen

Member
Joined
Mar 5, 2005
Messages
6
Programming Experience
Beginner
Hi....

I have a problem with the toolbar control. I have a toolbar with 8 buttons placed on a form. I have then added some code to react to the ToolBar_ButtonClick event. This works for the most fine, but if I show a messagebox during the form_load event, it seems to disable the ToolBar_ButtonClickEvent (meening that the event is not raised when a button is preesed). This happes no matter where in the form_load event I place the messagebox. Is there anyone who knows what the problem could be?

Kasper
 
I am just guessing

Maybe you did not have any trigger even in your messagebox buttons control.
For instance, when Ok is clicked......do something
Abort.....do abort etc.
 
Back
Top