Jun 20, 2003 #1 engale Programmer May 9, 2003 14 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 Mar 1, 2002 170 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 Apr 30, 2001 1,746 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 Apr 30, 2001 1,746 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)