VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Send the users of your apllication to your site or any other site you want using a link on your for

by Jim Poulman (2 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 2nd May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



Shell ("start www.vbcode.com")
End Sub

'It's simple enough I think.

Download this snippet    Add to My Saved Code

Send the users of your apllication to your site or any other site you want using a link on your for Comments

No comments have been posted about Send the users of your apllication to your site or any other site you want using a link on your for. Why not be the first to post a comment about Send the users of your apllication to your site or any other site you want using a link on your for.

Post your comment

Subject:
Message:
0/1000 characters