
04-12-2006, 07:02 AM
|
|
Newcomer
|
|
Join Date: Apr 2006
Posts: 2
|
|
Help about listview
|
i have a file text with any move of chess
1. e4 e5 Nf3 Nc6 1/2-1/2
1. e4 c5 Nf3 d6 1/2-1/2
i wanna write program read file text and run it in listview
ex:
when i write it, it show
Moveslist Wins Draw Lost
1. e4 0 2 0
when i click in 1. e4, it show
Moveslist Wins Draw Lost
..e5 0 1 0
..c5 0 1 0
Maybe you can help me about code it. Please
|
|