Rob van der Woude's Scripting Pages

Help text for Back2Base.cs

(view help text of Back2Base.cs as plain text)

Back2Base.exe,  Version 1.00
Move out-of-sight windows back to the primary screen

Usage:   Back2Base  [ /IA ]  [ /IM ]

Options:
========

/IA	Include Anonymous windows, i.e. those without title
/IM	Include Minimized windows

Credits:
========

Get window position and size:
https://stackoverflow.com/a/1434577

List desktop windows based on code by Rod Stephens:
http://csharphelper.com/blog/2016/08/list-desktop-windows-in-c/

Moving windows based on code by Roberto Luis Bisb\u00E9:
https://rlbisbe.net/2013/11/19/moving-windows-programatically-with-windows-api-the-path-to-winresize/

Notes:
======

This is a GUI version of CatchStrayWindows.exe; the only visible output will be error messages.

Return code equals number of moved windows, or -1 in case of errors.

Written by Rob van der Woude
https://www.robvanderwoude.com

page last uploaded: 2022-10-05; loaded in 0.0181 seconds