1. Add WM_CLOSE() in message map. 2. Add afx_msg void OnClose() function to that class. 3. Add the functionality u want to perform in that function on close of application.
S
SharanyaMahi
@SharanyaMahi
1. Add WM_CLOSE() in message map. 2. Add afx_msg void OnClose() function to that class. 3. Add the functionality u want to perform in that function on close of application.