Hi,
I need a VB.NET Forms application that processes a queue. It basically needs to ping a web service every 30 seconds and then load documents into a document management system, if there are any to load.
How would I implement this? Using a loop? Do I need to look into threads?
Thanks