Just developing a gui-dialog based application that controls the graphics drawn in the main window. When I minimize the app all seems ok. When I try to maximize it it leaves nothing intact. The dialog is sort of greyed out and the main window is all white. While minimized to the tray I can put my mouse over the small display and when I select the small window, it pops my app up and all looks good until I release the mouse button. What am I ignoring or should I do something in the WM_QUERYOPEN message? Is this a simple thing or do I need to design this exchange in my code...like saving values when minimized and then restoring them when maximized?
Thanks,
Brooks Van Horn