I am exploring ways to alert user without using dialog boxes. Desktop Alert kind of alerting is perfect because it can made to show in the corner and disappears on its own without user interaction. Ideally I would like the alert to show within the user control instead of outside. The implementation I have seen it show outside the application I am running.
Thanks!
Hello ,
You could display desktop alert window where you want, please see the following tutorial
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/WinDesktopAlert_Display_a_Desktop_Alert_Window_Anywhere_on_the_Screen.html
Please let me know if this is what you are looking for.
Hello Hristo,
In the Desktop Alert can one have messages with links in it? For example, the alert message may say something like:
Processing errors. Click here for details
When the user presses the link, some handler code would be invoked.