/zMinimizeWindow

Quick and dirty minimizer for applications on windows that cannot be normally minimized.

Primary LanguageC#The UnlicenseUnlicense

zMinimizeWindow

Quick and dirty minimizer for applications on windows that cannot be normally minimized.

Windows Binary

Download

What the buttons do

Button Function
Get Windows Fetch processes of visible windows
Minimize selected window(s) Win32 API - ShowWindow(hWnd, SW_HIDE)
Force Minimize Win32 API - ShowWindow(hWnd, SW_FORCEMINIMIZE)
Hide Window Win32 API - ShowWindow(hWnd, SW_HIDE)
Still visible?! Win32 API - SendMessage(hWnd, WM_SYSCOMMAND, SC_MINIMIZE, null)