Destroy Pop-Up window automatically when we click on any other window in MFC

  • Thread starter Thread starter Mike xing
  • Start date Start date
M

Mike xing

Guest
I have my own class(CMyclass) which derives from CDialog. There is a method bn_clikced() in CMyclass, in that method
i have created MessageBox("My message") which creates a warning pop-up.
My requirement is whenever i click my mouse on any other windows the pop-up should go off automatically.

Can you guys provide me sample code in MFC c++


Regards,

Continue reading...
 
Back
Top