From: Brian H. <bri...@py...> - 2001-11-24 02:48:05
> The solution is to add CS_NOCLOSE to your window class style.
> IE wcex.style = CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE;
Worked like a charm, thanks! Silly me was looking in the window and
ex-window style flags. *sigh*
Brian