Embed a web link inside a messageBox()
-
How does one go about making part of the messagebox() show a web link? something to the effect of: MesageBox.Show("Help File Not Found: \n\nTo download the latest Helpfile, go here:" + SomeSortaWeblink(http://www.mysite.com)) Any help is truly Appreciated -- modified at 0:30 Sunday 2nd October, 2005
-
How does one go about making part of the messagebox() show a web link? something to the effect of: MesageBox.Show("Help File Not Found: \n\nTo download the latest Helpfile, go here:" + SomeSortaWeblink(http://www.mysite.com)) Any help is truly Appreciated -- modified at 0:30 Sunday 2nd October, 2005
You can't. You'd have to create your own dialog box that has a Link control in it.
Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson
-
How does one go about making part of the messagebox() show a web link? something to the effect of: MesageBox.Show("Help File Not Found: \n\nTo download the latest Helpfile, go here:" + SomeSortaWeblink(http://www.mysite.com)) Any help is truly Appreciated -- modified at 0:30 Sunday 2nd October, 2005
There is no direct solution to this. What you can do is , write a Customized Message Box (your own Form) which can include this. Regards Mahesh Regards Mahesh