
when program is terminated
Started by
TwiztidNinja
, Jul 15 2005 09:19 AM
#1
Posted 15 July 2005 - 09:19 AM

#2
Posted 15 July 2005 - 12:21 PM

Use the query unload even of the form.
#3
Posted 17 July 2005 - 09:20 AM

What language are you programming in?
If you're using C++ you'll need to send the WM_CLOSE to the window message loop.
This can be done by using a simple switch-case method:
If you're using C++ you'll need to send the WM_CLOSE to the window message loop.
This can be done by using a simple switch-case method:
case WM_CLOSE : DestroyWindow(hwnd); break;
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users
As Featured On:






