There are a few way to do this:

1. You create a form, hide it, and devise some way of showing the form (I personally like the system tray icon).

2. You remove/hide a form and run an endless loop like this:
Code:
Do
  ' Dostuff
  DoEvents() ' To keep windows from locking up
Loop Until whatever=true