Why do MDI child's bitmaps disappear? 
Author Message
 Why do MDI child's bitmaps disappear?

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.


Tue, 09 Dec 1997 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Title text of MDI child windows disappears

2. min//max/close buttons disappear in MDI child window

3. Opening a new MDI child when no MDI Child exists

4. Opening a new MDI child from a MDI Child

5. How develop MDI application with child forms like VB MDI and Child forms

6. MDI child's CListBox won't accept new strings

7. MDI Child window fails to open - why?

8. Why is my MDI Child never maximized?

9. Why CoolMenuManger not working in MDI child Frames System Menu

10. MDI child Winow's TopMost property?

11. Accessing MDI's child windows

12. Creating MDI children given an app's main hWnd

 

 
Powered by phpBB® Forum Software