Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a program with no user interface
Message
From
05/04/2010 11:12:45
 
 
To
05/04/2010 08:55:41
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01458707
Message ID:
01458737
Views:
58
>Another .NET newbie question:
>I want to write a program that just runs, does some tasks and quits. Any user notification is done via email.
>It will be fired off by the Windows scheduler.
>A console project pops up the console window and a form project pops up a form.
>What kind of project should I create so that there is no user interface?

I always use Windows Forms Application as the type for the project for all robot applications I have. This allows me to show some interaction on the desktop of the actual process. There is no interaction with the user. But, it provides a status on whatever is going on, if we have to look into. But, if you are sure that this should be off the desktop, Bonnie's message would probably be the one to consider.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform