Anybody got any ideas why my some of MDI app's (written in Borland C++ 4.0 without using OWL) bitmaps loaded with the Windows API LoadBitmap function disappear from the screen when, or after, I have more than one child window open at a time? I've thought it might have something to do with the fact that I have one global HINSTANCE hInstance variable (LoadBitmap's first parameter) for the whole application (accessed with extern HINSTANCE hInstance) from the MDI child window modules. I've also thought it might have to do with the fact that none of my bitmaps for a child window are deleted until that window is closed.