In the firefox addon update dialog, a message tip will be displayed which can be closed. I am looking for something like that in C#: http://www.codeproject.com/KB/static/CtrlMessageBar.aspx
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing like this out-of-the-box. You could develop something like this yourself, just use a panel which hosts other content and then you would move that content when you display the error panel (causing a resize, of course), or you could have it as a control that you drop down on any control and only make itself visible when you want it shown.