I have a Windows Forms application VS2010 C# where I display a MessageBox for show a message.
I have an okay button, but if they walk away, I want to timeout and close the message box after lets say 5 seconds, automatically close the message box.
There are custom MessageBox (that inherited from Form) or another reporter Forms, but it would be interesting not necessary a Form.
Any suggestions or samples about it?
Updated:
For WPF
Automatically close messagebox in C#
Custom MessageBox (using Form inherit)
http://www.codeproject.com/Articles/17253/A-Custom-Message-Box
http://www.codeproject.com/Articles/327212/Custom-Message-Box-in-VC
http://tutplusplus.blogspot.com.es/2010/07/c-tutorial-create-your-own-custom.html
Scrollable MessageBox
A Scrollable MessageBox in C#
Exception Reporter
Good crash reporting library in c#
http://www.codeproject.com/Articles/6895/A-Reusable-Flexible-Error-Reporting-Framework
Solution:
Maybe I think the following answers are good solution, without use a Form.
http://stackoverflow.com/a/14522902/206730
http://stackoverflow.com/a/14522952/206730

MessageBox– spajce Jan 25 at 13:32