How to Dock/Undock Project Manager or Toolbar ProgrammaticallyID: Q140244 3.00 WINDOWS kbprg kbhowto The information in this article applies to:
SUMMARYIn some cases, you may find it difficult to use the mouse to undock a toolbar or the Project Manager. Also, you may want to use code to dock or undock a built-in toolbar or the Project Manager. This article explains how to dock and undock toolbars and the Project Manager programatically.
MORE INFORMATIONA toolbar or the Project Manager may be docked or undocked by using the MOUSE command. To dock or undock the Standard Toolbar, type the following line in the Command window:
The command must be a bit more specific when referring to the Project
Manager because the window name of the Project Manager changes with the
project name. To open the Tastrade project, use this command:
To dock the Tastrade Project, use this command:
To undock the Tastrade Project, use this command:
NOTE: In this last example, you could have just used the window name
PROJECT. However, if there is more than one project open and only PROJECT
is used, Visual FoxPro picks one of the projects at random to dock or
undock. You need to use the complete name to guarantee that a particular
project is docked or undocked.
Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbhowto KBSubcategory: FxprgGeneral
|
Last Reviewed: November 30, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |