Hello,
Simple to ask but not easy to do for me !
Instead a msgbox with coordonnate when right click on a line, is someone can make to be appaear a contextmenu with first value of the line (or anything else) ?
like in windows rightclick >new >folder...
#include <ListViewConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <GUIListView.au3>
$gui = GUICreate('test')
; === $LVS_EX_FULLROWSELECT required to identify subitem
$h