human: -------------------------------------------------------------------------------- One thing that I've recognized with the beta builds: PSPad doesn't react to ShowWindow(hwnd, SW_HIDE); which should hide the window (hwnd is the window handle of PSPad's main window). This works fine with every other application I've tested, but not for PSPad. The window handle is correct as ShowWindow(hwnd, SW_FORCEMINIMIZE); works fine with PSPad, too.
Any ideas to that problem? human -------------------------------------------------------------------------------- Are you trying to hide PSPad wit some external application? In PSpad is a new functionality what allows you to minimize PSpad ehn you close it or exit it. It means catch this message. See program settings / system / minimize on exit e.t.c. -- <http://forum.pspad.com/read.php?6,55889,55976> PSPad freeware editor http://www.pspad.com
