SW_SHOWMAXIMIZED = 3
ShowWindow(hWnd,3)
System hangs.
SW_RESTORE = 9
Works.
Regards
Otto
#include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "Test for Otto"
ACTIVATE WINDOW oWnd MAXIMIZED
return nil
Return to FiveWin for CA-Clipper
Users browsing this forum: No registered users and 10 guests