Question:
Can I create a button that minimizes the Viewer of the application being executed instead of using Windows’s default buttons?
Solution:
Yes; to do so, you will need to use the MinimizeFrame() method of _top object or of the frame currently being used.

The script using this method will look like this: Application.Item(“_top”).MinimizeFrame()
