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::LinkLabelLinkCli... e) {
}
(Thats only the part I need help with that isnt my whole code)
How to I create a link?
Add this code in ur LinkLabel_LinkClicked Event
System.Diagnostics.Process. Start ("IEXPLORE", "WWW.GOOGLE.COM")
Reply:hightlight what you want the link to be-
click 'create link'
type in the link
nd your done!
floral arrangements
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment