I have a Window
nWd := GetSysMetrics(SM_CXSCREEN) * 0.6
nHt := GetSysMetrics(SM_CYSCREEN) * 0.56
DEFINE WINDOW oWnd Title "Test Resized xBrowse " from 12,11 to nHt, nWd PIXEL
ACTIVATE WINDOW oWnd
I wish resize it but I not wish shrink the window but only until the initial coordinates
How I can make it ?