|
Category:
|
Microsoft Access : Environment
|
|
Description:
|
Access application, ADP, and startup routines, managing the Access window, printers, ribbons, status bar, and Microsoft Visual SourceSafe
|
Module: modAccessWindow
Windows APIs to show and hide the Access window and controls
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modAccessWindow module
|
|
AccessCloseButtonEnabled
|
Procedure
|
Enables and disables the close button of the current application.
Disabling it prevents users from accidentally closing Access from the Windows close button in the upper right corner
and forces users to exit within your application.
For more info, visit http://www.fmsinc.com/microsoftaccess/startup/preventclose.asp
|
|
AccessControlBoxesVisible
|
Procedure
|
Shows or hides the control box for the Access window.
The control box is in the upper right corner and contains the minimize, maximize and close boxes.
|
|
AccessWindowOpacity
|
Procedure
|
Set the Opacity/transparancy of the Access window
|
|
AccessWindowOpaque
|
Procedure
|
Reset the Access window to be completely opaque
|
|
AccessWindowSemiTransparent
|
Procedure
|
Make the Access window partially transparent
|
|
AccessWindowTransparent
|
Procedure
|
Make the Access window completely transparent
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|