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.
- Code: Select all Expand view
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