FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 8.09
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
New FWH 8.09
Posted: Tue Sep 30, 2008 02:01 AM
Hello Mr.Antonio

Thanks for your suggested code :

I made a little change to your suggested code. And it is paiting the child windows properly to the right of the client area all times.

ACTIVATE WINDOW oWnd ; 
         ON RESIZE ( oSplit:Adjust(),; 
                     WndLeft(  oWnd:oWndClient:hWnd, oSplit:nRight + 1 ),;
                     WndWidth( oWnd:oWndClient:hWnd, oWnd:nWidth - (oOutLook2003:nWidth + 12 ) ) ) ; 
         VALID lExit := .T.





Thanks again

- Ramesh Babu P

Continue the discussion