WordBasic Examples: AppHide, AppShow |
Q109743
This article contains an example that demonstrates the use of the following WordBasic statements and functions:
AppHideThis article supplements the information in online Help. To open this Help topic, choose Contents from the Help menu and then choose the "Programming with Microsoft Word" topic.
AppShow
AppHide [WindowName$]
AppShow [WindowName$]
Sub MAIN
If AppIsRunning("File Manager") Then
AppShow "File Manager"
Else
Shell "WINFILE.EXE"
AppHide "File Manager"
End If
End Sub
Additional query words: 6.0 winword word6 7.0 word95 word7
Keywords : kbmacroexample
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |