'//////////////////////////////////////////// '/-- Ryan Martinsen '/-- ryguy1@usa.net '/-- http://members.xoom.com/srm/ '/Here is a simple project that shows '/you how to create links to your web site '/through code. '//////////////////////////////////////////// Private Sub lblWebPage_Click() nResult = Shell("start.exe http://members.xoom.com/srm/", vbHide) End Sub The link will be opened in your default browser.Set the MousePointer property for lblWebPage to 99 - Custom then set the MouseIcon property for lblWebPage to the link.cur included with this Project. You DON'T need to distribute link.cur with your programs