Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create a link{like facebook.com} by name{contact me}
Posted
Comments
Dean Oliver 1-Apr-12 14:53pm    
What language?

Do you mean in HTML? Something like.

HTML
<a href="www.codeproject.com">The site</a>


The site
 
Share this answer
 
Comments
HARDEEP_SAINI 1-Apr-12 10:00am    
NO I WANT THIS CODE IN VB
Wendelius 1-Apr-12 10:07am    
So when a button, label or something like that is pressed, do you want to launch a browser at specific url. If so, see: http://www.devx.com/vb2themax/Tip/18339[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900