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.

Thanks again
- Ramesh Babu P
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