I Have a form with listview, in which i keep on inserting some values after doing some processes(complete process contains 4 methods, which gets started on button click). I have seen many code snippets but none seems to work. I want to achieve these two tasks :
1 - Show the process progress using progress bar (i had tried using Background Worker but it didnt worked, may be my approach was wrong)
2 - Update ListView after every completed porcess