Hi Guys,
How can we use a link label in default message box of win forms using VB.NET/C# ? So, user can be directed to specific link (i.e. email address).
Please, help me to achieve this. Thanks
Regards,
itz.irshad
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muhammad IrshadPosted Apr 11, 2012, 1:53 AM
Thanks for time.
SenthilkumarPosted Apr 10, 2012, 10:10 AM
You can't customize the messagebox. The out of box has to be implemented in custom control.
You can see and download the custom messagebox.
http://www.codeproject.com/Articles/19711/Creating-A-Custom-Message-Box-Part-2
http://www.codeproject.com/Articles/17253/A-Custom-Message-Box
VulpesPosted Apr 10, 2012, 8:50 AM
http://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx
If you need to add a LinkLabel, then you'll have to write a MessageBox 'look-alike' from scratch.