Hi,
I want to add an uninstall dialog which asks the user several questions (They will be answered by Radio buttons or free text).
My question is, how to submit the user answers back to me? (XML file?).
Thanks,
Amir
Professional Software Development Tools
Hi,
I want to add an uninstall dialog which asks the user several questions (They will be answered by Radio buttons or free text).
My question is, how to submit the user answers back to me? (XML file?).
Thanks,
Amir
I suppose you could use a HTTP.Submit() and send the info to a form hosted on some web server, which then could store the info in a database or redirect it to you by email.
Ulrich