How to handle with the "Esc" key and close Icon (x icon) when using MessageBox
Hi Everyone,
I am using message box : MessageBox MB_OK|TOP_MOST "Hello world" to display a message. I want to handle the case when user press the "Esc" key or click on the close icon (X icon) in the message box. I checked if any value return in the stack but I can't find one.
Please help me to to handle with this case.
Thanks
Hien vo