salut !!
comment recuperer le text selectionné dans une list box ?
j'ai essayé ceci mais ça n'a pas marché :
char Text[256] ;
int sel = SendDlgItemMessage ( hWnd ,
ID_LIST , LB_GETCURSEL , 1 , 0 ) ;
SendDlgItemMessage(hWnd,ID_LIST,
,sel,(int)Text) ;
merçi d'avance.