473,386 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Creating a C# Process

Could anyone point me in the direction or give me some info with
regards to creating a C# program that just runs as a process. For
example in task manager, you would see it in the processes tab, but
not in the Applications tab.

Thanks in advance
Nov 15 '05 #1
2 1191
Jordan wrote:

Could anyone point me in the direction or give me some info with
regards to creating a C# program that just runs as a process. For
example in task manager, you would see it in the processes tab, but
not in the Applications tab.

Thanks in advance


Don't create a window (form).
Nov 15 '05 #2
Sounds like you want to create a Windows service. In the full version of
VS.NET there is a project type for this. Services are easy to author, but
kind of gnarly to create the install. I have to read back up on it every
time I do it. Fortunately once the service is initially installed you can
update it by stopping the service, copying new EXE and/or DLL(s) into place,
and restarting the service.

--Bob

"Jordan" <jb*******@selkirkfinancial.com> wrote in message
news:d3**************************@posting.google.c om...
Could anyone point me in the direction or give me some info with
regards to creating a C# program that just runs as a process. For
example in task manager, you would see it in the processes tab, but
not in the Applications tab.

Thanks in advance

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Joshua Beall | last post by:
Hi All, I am working on a registration system, and one of the things I am going to need to be able to do it setup the database tables for each event that I have registration for. Normally I...
0
by: K Finegan | last post by:
I have an archival process on a large database that runs once a month. At the beginning of the process the triggers and indexes on the tables whose data is moved are dropped, the data is moved and...
19
by: Steve | last post by:
Can anyone point me to a primer for creating OCX controls in VB .net? In particular, I want to access a web service in a VB6 application (not an easy thing to do). So, if I can write an ActiveX...
7
by: mike | last post by:
Hi, I am having difficulty in creating a thread using pthread_create. It seems that pthread_create does not execute 'program', and returns -1; I have checked the API but I am not sure why this...
3
by: Marco Martin | last post by:
Good Morning Group, I've created an app that "runs in the background "(the window state is minimized, the showintaskbar is false, and it displays a notify Icon.). This program will be running on...
1
by: Dennis | last post by:
I create a database file using ADOX Catalog. However, I want to later delete the file but I get an error message that the database is being used by another process. I have even tried creating the...
12
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without...
5
by: ljungers | last post by:
Hello to all, Access Newbie here! I'm not sure what to call the process in Access, but I have created a couple of forms, a query and report. I want to create a run time enviroment that does not...
7
chathura86
by: chathura86 | last post by:
i have two prosessors where 1st process send out puts rapidly to the second process and the second process should accept them and process them one by one. its like creating a cue for the second...
1
by: sternr | last post by:
Hey, Is there a way to create a new process that will not be my child process? Meaning, that after opening the new process, if I'll open TaskManager and do "End Process Tree" on the parent...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.