Am Sonntag 21 Januar 2007 05:58 schrieb Dmitry Timoshkov:
If you need to make a window visible call ShowWindow, not remove WS_VISIBLE and later call SetWindowPos(SWP_SHOWWINDOW).
So showing the window is fine, what was wrong before was removing all the flags and then showing the window again. I will send a patch that shows the window using ShowWindow.
Is there any difference between ShowWindow(hwnd) and SetWindowPos(hwnd, ..., SWP_SHOWWINDOW)?