How to hide and restore (unhide) system toolbars in Visual FoxPro 3.0 and later versions (131346)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Visual FoxPro for Windows 7.0
- Microsoft Visual FoxPro 8.0
- Microsoft Visual FoxPro 9.0 Professional Edition
This article was previously published under Q131346 SUMMARY
By using the two short programs (TBSAVE.PRG and TBREST.PRG) listed in this
article, you can hide and restore system toolbars in Microsoft Visual FoxPro 3.0 and later versions.
- TBSAVE.PRG hides the system toolbars. It first saves the status of all
known Visual FoxPro toolbars to an array (gaTbsets). The array
(gaTbsets) should be scoped to your application, although it is
automatically redimensioned.
- TBREST.PRG restores (unhides) the system toolbars that were hidden by
the TBSAVE.PRG program. It uses the gaTbsets array created by the
TBSAVE.PRG program to restore the hidden toolbars.
Modification Type: | Major | Last Reviewed: | 2/16/2005 |
---|
Keywords: | kbcode kbDesigner kbhowto KB131346 |
---|
|