Vincent Povirk wrote:
Why doesn't the WM_DESTROY case handle this properly? At first glance, it appears to have code for stopping the running applets and quitting from the main loop.
WM_CLOSE is different than WM_DESTROY. This is a missing case that needs to be handled whenever the Windows Manger receives this message. Good catch, Steven.
James McKenzie