I want to get a number from a listview item divide it by the number in a text box and display it in the next column. How can i do this for every item in the listview? 
( i need to get amount / fraction denominator and output it into percentage )
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try this
Added Two SubItems to ListView. One to display the actual value and other to display the result
and then in button click