Jump to content

Clickable link in listview


ACalcutt
 Share

Recommended Posts

Does anyone know if it is possible to create a clickable link inside a listview?

I am working on a geocaching program here (http://forum.techidiots.net/forum/viewtopic.php?f=37&t=423&start=50#p1724) which pulls in a geocache details url from gpx/loc files. I know I could make a button or menu item to open the url, but having a clickable link would be better

Andrew Calcutt

Http://www.Vistumbler.net

Http://www.TechIdiots.net

Its not an error, its a undocumented feature

Link to comment
Share on other sites

Does anyone know if it is possible to create a clickable link inside a listview?

I am working on a geocaching program here (http://forum.techidiots.net/forum/viewtopic.php?f=37&t=423&start=50#p1724) which pulls in a geocache details url from gpx/loc files. I know I could make a button or menu item to open the url, but having a clickable link would be better

A "link" is an HTML element. If it's an HTML listview in a web page, you can do that directly.

With a Windows listview, you can make the item text LOOK like a link (blue text underlined) and when it gets clicked you handle the event like any other listview item click, but perform _IECreate() or whatever in response.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...