I try to minimize the main window when a WvgCrt() modal window is open. I tried sending a message to minimize the parent of oCrt when clicking a button, but it’s not working.
Here’s the code I used:
{|| Wvg_SendMessage( oCrt:oParent:getHWND(), WM_SYSCOMMAND, SC_MINIMIZE, 0 ) }
Is this the correct message to minimize the main window?
or any other way to minimize...?