WHAT TYPE OF PROJECT SHOULD I USE?

  • Thread starter Thread starter LUIS FAJARDO
  • Start date Start date
L

LUIS FAJARDO

I want to create a new Windows Project with .NET using C#
as the primary language. The purpose of this project is
to build some kind of "process application" that doesn't
have UI (User Interface), it needs to run in background
but I don't want it to be a Windows Service because I want
to use some scheduler program to run it frecuently, what
type of project should I use?, I remember doing something
like this in VB 6.0. and creating an Active X .exe project.


Thanks
 
when you start to type convert... it should give you sugestion on
convertion process...
 
I'll take Console Application for 1000
Alex: You just got the daily double.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Cowboy (Gregory A. Beamer) said:
I'll take Console Application for 1000

I think a console application would pop up a console every time it's
run though, which I wouldn't imagine is desirable.

I'd suggest a Windows application which just never creates or shows any
forms.
 
Back
Top