Hi,

I have a form and have created a timer. I want my timer to watch a print queue (look for changes every 5 seconds or whatever) and then update a listview on the main form. The problem is I can't think of a way to make the timer inform the form that something has happened - or another way I have tried to tackle it is to pass the object reference of the listview into the timer routine...... anybody got any examples/ideas?

Regards,
DJ