I've always found the topic of Multi threading somewhat too involved in VB.

I have a BIG loop of items that process a batch of files. Normally takes 30+ mins to complete.
Would be nice to be able to figure out how to enable MultiThreading in VB so I could speed up this loop.

Any templates to get me started?