Custom Toolbar linked to a specific form

B

Blondie

I have created a custom toolbar and associated it to a specific form. I can
get the toolbar to open when the form is opened, but can't seem to find a way
to turn it off when I close the form. Any help would be great.
 
R

Rick Brandt

Blondie said:
I have created a custom toolbar and associated it to a specific form.
I can get the toolbar to open when the form is opened, but can't seem
to find a way to turn it off when I close the form. Any help would
be great.

Did you use code behind the form to display the toolbar? That is not what
you want to do.

If you instead set the Toolbar property of the form to the name of your
toolbar it should display when the form is opened and automatically close
when you close the form. In fact, I think it will no longer be displayed
even if the form just loses focus.
 
J

Jan Baird

Jan Baird is out of the country until September 20. Every effort will be
made to respond to messages, but please be patient.
 
J

Jan Baird

Jan Baird is out of the country until September 20. Every effort will be
made to respond to messages, but please be patient.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top