Hello,
I didn't find the way to select a element from listview, I tryed sending message, but without success
SendMessage( oLvw:hWnd, LVM_SELECTITEM, nElemento, 0 )
some idea?
regards
Marcelo
#include "FiveWin.Ch"
//------------------------------------------------------------------//
function Main()
local oDlg, oLst
local n := 1
DEFINE DIALOG oDlg SIZE 400,400 PIXEL TITLE 'ListView'
@ 10,10 LISTVIEW oLst ;
PROMPTS 'One', 'Two', 'Three' ;
SIZE 200,100 PIXEL OF oDlg
ACTIVATE DIALOG oDlg CENTERED
return ( 0 )
//------------------------------------------------------------------//
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 77 guests