Hello MrCreatoR,
I recently found your solution for the hyperlinks for listviews and found it really helpfull. I almost got my Autoit applicaton running however stumbled over a problem I have difficulties to resolve. It might be quite trivial for you and hopefully you can help. I am using your GUIListViewSysLink code to actually show hyperlinks in a listview which have prior been extracted from a text file. Hence the string containing the address (in my case it will be a file path) will need to be stored assigned to a variabel first and then will need to be handed over to your function. Here is the line of code where the problem starts:
...
_GUICtrlListView_SysLinkCreate($listview, "Update", $link, $i-1, 4)
...
Here the $link variable contains a simple string such as "C:tempupdate.bat". and it really needs to be a variable to allow changing hyperlinks. When executing my code I don't get a hyperlink in the corresponding column but rather something like: <a href="C:tempupdate.bat""
I might have forgotton some other parameters. Could you help me out here? I hope the info I provided is sufficient.
Would really appreciate your help.
Regards,
hudehade