Tech Support > Microsoft Windows > Development Resources > How to show confirm messagebox when user try to delete my program using appwiz.cpl add/delete function?
How to show confirm messagebox when user try to delete my program using appwiz.cpl add/delete function?
Posted by Lee, Myoung Ho on November 26th, 2003


When a user try to delete my program using Appwiz.cpl add/delete function
(On Control Pannel, 'Program Add/Delete'),

I want to show a messagebox and ask him that he really want to delete it,

If he click IDCANCEL, deleting procedure should be canceled

and if he click IDOK, my program can deleted.

I saw this mechanism on some spyware program(I didn't remember its name).

My setup program was built by VS .NET 2003 Setup Wizard.


How can I do that?


Similar Posts