Window not being Painted
-
I have a WTL based application. In response to a particular user action, it is to create and show a new CFrameWindowImpl<> based window that includes a splitter and two client windows. This all works fine on my development computer. It does not work when I distribute to the computer that this application is suppose to be run on. On the other computer, the two client windows are not being painted. Both computers are running Win2000 Service Pack 3. Any clues?
-
I have a WTL based application. In response to a particular user action, it is to create and show a new CFrameWindowImpl<> based window that includes a splitter and two client windows. This all works fine on my development computer. It does not work when I distribute to the computer that this application is suppose to be run on. On the other computer, the two client windows are not being painted. Both computers are running Win2000 Service Pack 3. Any clues?
What kind of windows are going into the splitter? It sounds like those windows are failing to be created. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD
-
What kind of windows are going into the splitter? It sounds like those windows are failing to be created. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD