Hello,

I'd like to know how to hide the main form. I mean i don't want my application show any form, just run quitely on the background.
The main form doesn't have visible property, so i'm just stucked now.

i can only find the similiar answer on google at http://www.greatis.com/delphicb/tips...-showform.html

but it's in Delphi/ c++ and in c# we don't have Application.ShowMainForm=False;

Please help me.

Thanks for any helps.