R – Windows mobile program without form

formswindows-mobile

Is there a way to have a windows mobile app without a form?

I'm writing a small program which is intercepting SMS messages, but I don't want the program to pop up every time it receives a message (which it does right now).
any way to have the sms processed in the background instead of popping up the window?

Best Answer

Sure. Don't create a Form in the Main entry point of the application and it won't have a Form.