- Home
·
- Internet/HTML
·
- Send the users of your apllication to your site or any other site you want using a link on your for
Send the users of your apllication to your site or any other site you want using a link on your for
Send the users of your apllication to your site or any other site you want using a link on your form.NO API,NO OCX,ONE LINE!
API Declarations
-Add a label to your form with any caption (e.g.: "Click here to visit VBCode").
-Optionaly set the font to Underline.
-Optionaly set the ForeColor to &H00FF0000& (blue)
-Optionaly set the Mouse Pointer to 10 - Up Arrow , or any other pointer you prefer.
-Optionaly set the ToolTipText to the URL (e.g. "www.vbcode.com")
Now click the label in design-time and write the following code:
Rate Send the users of your apllication to your site or any other site you want using a link on your for
(1(1 Vote))
Shell ("start www.vbcode.com")
End Sub
'It's simple enough I think.
Send the users of your apllication to your site or any other site you want using a link on your for Comments
No comments yet — be the first to post one!
Post a Comment