WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Samples from Users

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Minimize All Windows

 Keywords: minimize all windows restore

Here's a couple of OLE methods that allow you to minimize all windows and restore the windows you've minimized:
Shell=ObjectOpen ("Shell.Application")
Shell.MinimizeAll()
Message ("MinimizeAll","All windows minimized")
Shell.UndoMinimizeAll()
Message ("UndoMinimizeAll","All windows restored")
ObjectClose (Shell)

For more see:
http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/OLE~COM~ADO~CDO~ADSI~LDAP+OLE~Shell~functions.txt

Article ID:   W15671
File Created: 2014:07:18:09:51:38
Last Updated: 2014:07:18:09:51:38