Jun 20, 2003 #1 engale Programmer Joined May 9, 2003 Messages 14 Location CO Hi all, I want to do a link to a web page in internet in my program with a button or any text component (ListBox, Edit, Label, etc..), How ca i do this? Thanx a lot, Alejandro.
Hi all, I want to do a link to a web page in internet in my program with a button or any text component (ListBox, Edit, Label, etc..), How ca i do this? Thanx a lot, Alejandro.
Jun 20, 2003 1 #2 earlrainer Programmer Joined Mar 1, 2002 Messages 170 Location IN if you want to open a webpage from your program use shellexecute(handle,'open','http://www.yahoo.com',nil,nil,1); //put shellapi in uses clause if you want a hyperlink,then get some freely available hyperlink label components Upvote 0 Downvote
if you want to open a webpage from your program use shellexecute(handle,'open','http://www.yahoo.com',nil,nil,1); //put shellapi in uses clause if you want a hyperlink,then get some freely available hyperlink label components
Jun 20, 2003 1 #3 Stretchwickster Programmer Joined Apr 30, 2001 Messages 1,746 Location GB Here is a useful article to create a label component that provides a link to a website: http://delphi.about.com/library/weekly/aa112498.htm Clive http://www.kucu.co.ukEx nihilo, nihil fit (Out of nothing, nothing comes) Upvote 0 Downvote
Here is a useful article to create a label component that provides a link to a website: http://delphi.about.com/library/weekly/aa112498.htm Clive http://www.kucu.co.ukEx nihilo, nihil fit (Out of nothing, nothing comes)
Jun 20, 2003 #4 Stretchwickster Programmer Joined Apr 30, 2001 Messages 1,746 Location GB Also, if you would like a component that already has this functionality then go to http://www.torry.net/ and in the quick-search enter something like: "label web" or "url label" and check the "description" radio button. Clive http://www.kucu.co.ukEx nihilo, nihil fit (Out of nothing, nothing comes) Upvote 0 Downvote
Also, if you would like a component that already has this functionality then go to http://www.torry.net/ and in the quick-search enter something like: "label web" or "url label" and check the "description" radio button. Clive http://www.kucu.co.ukEx nihilo, nihil fit (Out of nothing, nothing comes)