Newsgroups: comp.windows.ms Path: utzoo!utgpu!jarvis.csri.toronto.edu!csri.toronto.edu!il From: il@csri.toronto.edu (Indra Laksono) Subject: Refresh problem for child window titlebar Message-ID: <8906011349.AA04577@king.csri.toronto.edu> Organization: University of Toronto, CSRI Distribution: na Date: Thu, 1 Jun 89 09:49:54 EDT I am writing a Presentation Manager program that is basically a client window controlling a child window. Since the child window is on top of the client window, when processing WM_PAINT in the client window, I do WinInvalidateRect(childwindow,.. as well as childwindowframe just before returning. The result is that the title bar is missing in the child window. Has anyone seen this problem? A fix somewhere? il@theory.toronto.edu