Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26222

fix coordinates of a window

$
0
0
Local nMINWidth := Int( ScreenWidth() * 0.85 ) Local nMINHeight :=Int( ScreenHeight() * 0.85 ) Local nMAXWidth := GETSYSMETRICS( 0 ) //risoluzione orizzontale Local nMAXHeight := GETSYSMETRICS( 1 ) //risoluzione verticale ::oWndMain:aMinMaxInfo = { GETSYSMETRICS( 0 ), GETSYSMETRICS( 1 ),; // xMaxSize, yMaxSize 0, 0,; // xMaxPosition, yMaxPosition nMINWidth, nMINHeight,; // xMinTrackSize, yMinTrackSize nMAXWidth, nMAXHeight }

Viewing all articles
Browse latest Browse all 26222

Trending Articles