Hi all. I have seen many applications that listview ONLY updates when new data is avilable or when current data changes. I am making an application that deals with similer case. But i don't know how these applications achive this task. I tried to use timer to refresh my listview every few seconds(I am loading data from rss feed to listview.)But there is a big problem that i keep losing focouse on the form and i see many unessary refreshes!! Could any one show me a better solution to avoid these unessry refreshes?I know these profitional applications are using a method that i am not aware of.Thanks