Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

i'm now currently start using the listview function. i try to find in the google about the function in the listview, but it's not work. i don't know why or if i not know the code is compatible with .net 2010.

1) i want to filled a name and DOB. when user click "ADD", the data from both txtbox should fill the list view and view as 1 row and 2 column. and can the listbox show the title for each column eg:

Name DOB
Jeremy 11/09/1997

2) and let say, there already have 2 data which mean 2 person. then when user double click on any of the data, a messagebox or form or dialog will be display.



....can anyone tell me the coding that succesfully run? it doesn't matter whether the code is from your step. because all i need is the flow of the code. thank you
Posted

1 solution

You should tag what type of application you are developing.

If it's a Web Application you can find information Here[^].

If it's a Winforms Application Here[^].

If it's a WPF Application Here[^].

You should find what you are looking for in one of those Links (all MSDN Links)
 
Share this answer
 
Comments
Luiey Ichigo 12-Sep-11 21:20pm    
i'm developing on winform application.i've already see the link.but quite hard to understand.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900