WordBasic Examples: DocMaximize and DocMinimize |
Q109752
This article contains an example that demonstrates the use of the following WordBasic statements and functions:
DocMaximize, DocMaximize()This 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.
DocMinimize, DocMinimize()
DocMinimize
DocMinimize()
Sub MAIN
If DocMinimize() = 0 Then
DocMinimize
ElseIf DocMaximize() = 0 Then
DocMaximize
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. |