Hallo,
ich habe ein Listview, ein Linksklick auf einen Eintrag lässt eine Funktion folgen (Case $NM_CLICK ; Sent by a list-view control when the user clicks an item with the left mouse button).
man kann natürlich auch mit der tastatur nach oben/unten (enter) drücken, aber dabei passiert (natürlich) nichts.
wenn ich jetzt aber mit der maus einen eintrag nach unten gehe, soll quasi die gleiche funktion aufgerufen werden, als wenn ich den eintrag mit der linken maus anklicke.
folgende sachen habe ich schon probiert, es kommt aber keine reaktion zurück, wenn ich hoch/runter/enter drücke:
Case $NM_SETFOCUS ; The control has received the input focus
Case $NM_RETURN ; The control has the input focus and that the user has pressed the ENTER key
Case $LVN_ITEMACTIVATE ; Sent by a list-view control when the user activates an item