How get rid of custom toolbar icons ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm modifying an old system that uses custom toolbar icons. Since many of these functions no longer exist, I'd like to get rid of this toolbar altogether
Its the toolbar underneath the 'File View etc. command bar
What is this called and how do I manipulate it?
 
The name of that custom menu is going to be whatever the developer decided
to call that menu bar.

You can right click on the menu bar, and then choose customize. If you
select the that menu bar, then you can delete the whole menu bar.

Since all applications in windows does have a menu bar, then adding menu
bars to your applications is a great idea. In fact, you can read my
thoughts on using menu bars at:

http://www.attcanada.net/~kallal.msn/Articles/UseAbility/UserFriendly.htm

And, on how to manipulate and use, and create menu bars...check out:

http://www.microsoft.com/Accessdev/articles/bapp97/chapters/ba01_6.htm


--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.attcanada.net/~kallal.msn

David said:
I'm modifying an old system that uses custom toolbar icons. Since many of
these functions no longer exist, I'd like to get rid of this toolbar
altogether.
 
Back
Top