How to keep track for window form crashing ?

Posted by Harikrishna on Stack Overflow See other posts from Stack Overflow or by Harikrishna
Published on 2010-12-31T10:48:01Z Indexed on 2010/12/31 10:54 UTC
Read the original article Hit count: 177

Filed under:
|
|

I am using windows form application. There is one tiny window form which is on the main form and goes step by step for some control to indicates the functionality of each control like a tutorial.So user can understand the application. Now I want to keep track of that tiny window form like at which step user canceled it. So I can do it by writing code in the event of button cancel event of that tiny window form. But that form sometimes goes to crashed, so I want to keep track of that also, So how can I do that ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows