ACC95: How to Create a Custom Toolbar Using a Form (142187)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
This article was previously published under Q142187 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes how to create a custom, floating toolbar using a
Microsoft Access form. Using a form for a custom toolbar provides the
following advantages:
- You can place labels, combo boxes, and list boxes on the toolbar.
- You can place buttons with custom bitmaps on the toolbar.
- You can prevent users from closing or moving the toolbar.
- You can take advantage of form modules to store the code being used by
the controls on the toolbar with the toolbar itself.
- You can disable the shortcut menus on the toolbar.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to the "Building
Applications with Microsoft Access for Windows 95" manual.
NOTE: This article explains a technique demonstrated in the sample
files, FrmSampl.exe (for Microsoft Access for Windows 95 version 7.0)
and FrmSmp97.exe (for Microsoft Access 97). For information about how
to obtain these sample files, please see the following articles in the
Microsoft Knowledge Base:
150895
ACC95: Microsoft Access Sample Forms Available in Download Center
175066
ACC97: Microsoft Access 97 Sample Forms Available in Download Center
REFERENCES
For information about how to create a custom toolbar using a form in
Microsoft Access 2.0, please see the following article here in the
Microsoft Knowledge Base:
113304
ACC2: How to Create a Custom Toolbar Using a Form
For more information about toolbars, search on the phrase "Customizing
Toolbars," and then view "Modify Toolbars or Toolbar buttons" using the
Answer Wizard from the Microsoft Access for Windows 95 Help menu.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbProgramming kbusage KB142187 |
---|
|