I am just starting VB.Net in order to make a Printing Service for an application.

I have a service, and I was wondering how can I have it start a Windows Form UI when it is started?

So, for example the Form class name is Form1, what code in onStart() will show the form when the service starts?