I am developing an internet Application which is like DAP or Intenret Download Manager, I am using a ListView control to display the files, i have 3 columns
1- File Name
2- Status
3- Time Remaining
With this code i am able to add item in first column
But i am not sure how to write value in the second , or third colums
Please help me
1- File Name
2- Status
3- Time Remaining
With this code i am able to add item in first column
Code:
ListView1.Items.Add(myinewitem)
But i am not sure how to write value in the second , or third colums
Please help me