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

ribbonbar windows 10

$
0
0
::oBar:bLDblClick = { || (If( ::oBar:nHeight > 27, ::oBar:nHeight := 27, ::oBar:nHeight := nHeightRib),; ResizeWndMain())} my resize function oApp():oBar is a ribbonbar Function ResizeWndMain() local aClient if oApp():oDlg != NIL aClient := GetClientRect (oApp():oWndMain:hWnd ) oApp():oDlg:SetSize( aClient[4], aClient[3] - oApp():oBar:nHeight - oApp():oWndMain:oMsgBar:nHeight ) oApp():oDlg:Refresh() endif return NIL

Viewing all articles
Browse latest Browse all 26212

Trending Articles