I have a quick question since I don't have the help file for VB.net and I bet its no biggie for you guys! I m trying to make a HELP -> ABOUT Message Box and I want the URL of the company to be active and clickable, how do I do it!?!? This is my Sub This is the Help -> About MsgBox : Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem3.Click ' Help/About stuff goes here MsgBox("Blah Blah Blah vsn. 1.91" + Chr(13) + "Copyright © 2003 by Blah Blah Corp." + Chr(13) + "All Rights Reserved" + Chr(13) + Chr(13) + "URL: http://www.blahblah.com - E-Mail: info@[EMAIL PROTECTED] " + Chr1(13) + "Tel: 211-1234567 - Fax: 211-7654321" + Chr(13) + Chr(13) + "Expires On: 31-03-2004") End Sub That displays the url but in black and not active... Please help! Regards Ted