I've found that sometimes when my application is closed on some
of our customers computers, (like with Ctl-Alt-Del / End Task)
it never sends the wm_destroy message to my main window callback.
This causes problems because there are a number of procedures I
call when the wm_destroy is received that need to be called at
every exit. Anybody know of a failsafe way to run a procedure
EVERY TIME when an exe file application exits?
-------------
Jim Seekamp
of our customers computers, (like with Ctl-Alt-Del / End Task)
it never sends the wm_destroy message to my main window callback.
This causes problems because there are a number of procedures I
call when the wm_destroy is received that need to be called at
every exit. Anybody know of a failsafe way to run a procedure
EVERY TIME when an exe file application exits?
-------------
Jim Seekamp
Comment