Send Error Report Dialog Box

  • Thread starter Thread starter mehdi_mousavi
  • Start date Start date
M

mehdi_mousavi

Hi folks,
From time to time, you've probably seen a dialog box that opens up and
has got a button, that enabled user whether to send some sort of data
(when an application crashes) to Microsoft. I would like to know that
is there anyway to incorporate this functionality to our code? i.e., Is
there anyway to use the same dilaog box within an application to send
some sort of data when the application crashes ro support@our_app.com?

Any help would be highly appreciated,

Cheers,
Mehdi
 
mehdi_mousavi said:
Hi folks,
has got a button, that enabled user whether to send some sort of data
(when an application crashes) to Microsoft. I would like to know that
is there anyway to incorporate this functionality to our code? i.e., Is
there anyway to use the same dilaog box within an application to send
some sort of data when the application crashes ro support@our_app.com?

Any help would be highly appreciated,

Cheers,
Mehdi

If I remember correctly, you can register some account in Microsoft
website, so you will be able to retrieve any crash reported from your
program.
 
Hi,

That dialog is shown by windows, not your program. You better try to look in
MSDN cause there should be docs about this feature, basically what it does
send and how.
 
Back
Top