How to create background process / tray application
Hi,
I need to create an application which should search and capture some user specified files. this application should run as a background process or tray application. Do i have to write a windows service for this?
or how could i get this done??
Thanks a lot in advance.