English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im using Microsoft Visual C++ 2005 Express Edition and would like to know how to set up a hyperlink on a windows form, I cant work out how to do it, can anyone help?
Please give the code or a link

Heres my code so far:
private: System::Void linkLabel2_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^ e) {
}

(Thats only the part I need help with that isnt my whole code)

2006-12-27 21:40:07 · 2 answers · asked by sbraidley 3 in Computers & Internet Programming & Design

2 answers

Add this code in ur LinkLabel_LinkClicked Event
System.Diagnostics.Process. Start ("IEXPLORE", "WWW.GOOGLE.COM")

2006-12-27 21:57:44 · answer #1 · answered by bala 2 · 0 0

hightlight what you want the link to be-
click 'create link'
type in the link
nd your done!

2006-12-28 05:42:32 · answer #2 · answered by PokeTheMantie™ 3 · 0 0

fedest.com, questions and answers