What's the difference between those 2?
This is a discussion on Wm_close Wm_destroy Wm_quit within the Windows Programming forums, part of the Platform Specific Boards category; What's the difference between those 2?...
What's the difference between those 2?
╔╗╔╦══╦╗╔╦══╦╗
║╚╝║╔╗║╚╝║╔╗║║
║╔╗║╠╣║╔╗║╠╣╠╣
╚╝╚╩╝╚╩╝╚╩╝╚╩╝
codez http://code.google.com/p/zxcvbn/
Most programs use this code snippet:
So, exiting the program is as easy as DestroyWindow(hwnd);Code:case WM_DESTROY: DeleteTrayIcon(); PostQuitMessage (0); break;
"The Internet treats censorship as damage and routes around it." - John Gilmore