Dear All,
How to auto resize MDI CHild Window when MDI Frame was resized?
MDI Child Window resized to client coords..
Regards,
Frances
oMDIFrame:bResized := ;
{|| AEval(oMDIFrame:oWndClient:aWnd,;
{|o| IF( !IsZoomed(o:hWnd), ( o:Move(0,0),;
o:nHeight := oMDIFrame:oWndClient:nHeight,;
o:nWidth := oMDIFrame:oWndClient:nWidth ), Nil ) }) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Silvio.Falconi and 123 guests