Send Error Report Dialog Box

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
 
J

Jianwei Sun

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.
 
I

Ignacio Machin \( .NET/ C# MVP \)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top