Click here to Skip to main content
15,909,445 members
Home / Discussions / Article Writing
   

Article Writing

 
Questiongeneral program! Pin
storyera_storyera7-Nov-06 19:16
storyera_storyera7-Nov-06 19:16 
AnswerRe: general program! Pin
Christian Graus8-Nov-06 9:12
protectorChristian Graus8-Nov-06 9:12 
AnswerRe: general program! Pin
Filip van der Meeren15-Nov-06 0:51
Filip van der Meeren15-Nov-06 0:51 
GeneralRe: (220v Relay), please help Pin
Guffa6-Nov-06 1:18
Guffa6-Nov-06 1:18 
QuestionLinux Based Problems?????? Pin
JamHere3-Nov-06 1:48
JamHere3-Nov-06 1:48 
AnswerRe: Linux Based Problems?????? Pin
Paul Conrad28-Nov-06 15:03
professionalPaul Conrad28-Nov-06 15:03 
QuestionHow to Convert Process to Service Pin
Cmania2-Nov-06 19:13
Cmania2-Nov-06 19:13 
AnswerRe: How to Convert Process to Service Pin
scott_hackett3-Nov-06 7:59
scott_hackett3-Nov-06 7:59 
I'll assume that you're talking about managed code here. Regular applications have an entry point that gets called when they are run. Services, on the other hand, may not be started by double clicking them because they typically don't have that standard application entry point. Instead, they have an entry point that the service control manager (SCM) understands. The SCM is what starts and stops service processes.

It's fairly easy to convert one to the other. However, does your app have a user interface (this even includes message boxes)? If so, it's not a good candidate to run as a service.

If you want to see how to make a service, there's a good template service project in VS. There's also a good article here[^] on how to make a version of a service that can be debugged.
GeneralRe: How to Convert Process to Service Pin
Cmania3-Nov-06 18:46
Cmania3-Nov-06 18:46 
GeneralRe: How to Convert Process to Service Pin
Dave Kreskowiak3-Nov-06 19:02
mveDave Kreskowiak3-Nov-06 19:02 
GeneralRe: How to Convert Process to Service Pin
Cmania3-Nov-06 19:19
Cmania3-Nov-06 19:19 
GeneralRe: How to Convert Process to Service Pin
Dave Kreskowiak4-Nov-06 3:09
mveDave Kreskowiak4-Nov-06 3:09 
GeneralRe: How to Convert Process to Service Pin
Cmania6-Nov-06 19:13
Cmania6-Nov-06 19:13 
QuestionContact Info in WebFOCUS SME Pin
Ganesh Mookiah1-Nov-06 18:42
Ganesh Mookiah1-Nov-06 18:42 
QuestionDifferenece in various types of DLLs Pin
Cmania31-Oct-06 20:02
Cmania31-Oct-06 20:02 
QuestionFunction to get the fiscal year Pin
stephanm7331-Oct-06 5:10
stephanm7331-Oct-06 5:10 
AnswerRe: Function to get the fiscal year Pin
Paul Conrad28-Nov-07 17:11
professionalPaul Conrad28-Nov-07 17:11 
Questionhow can i make mp3 palyer support rm (real media) Pin
Boshkash30-Oct-06 5:20
Boshkash30-Oct-06 5:20 
QuestionMCSE & CCNA Pin
rituparn29-Oct-06 22:30
rituparn29-Oct-06 22:30 
AnswerRe: MCSE & CCNA Pin
Rob Graham8-Nov-06 10:05
Rob Graham8-Nov-06 10:05 
AnswerRe: MCSE & CCNA Pin
crazyviruzjon6-Dec-12 2:27
crazyviruzjon6-Dec-12 2:27 
Questiondistributed systems Pin
Islam Khalil Saber28-Oct-06 15:01
Islam Khalil Saber28-Oct-06 15:01 
QuestionNeed Ajax material [modified] Pin
ps_prakash0227-Oct-06 18:06
ps_prakash0227-Oct-06 18:06 
AnswerRe: Need Ajax material Pin
Pete O'Hanlon3-Nov-06 2:07
mvePete O'Hanlon3-Nov-06 2:07 
AnswerRe: Need Ajax material Pin
GaryWoodfine 8-Nov-06 9:12
professionalGaryWoodfine 8-Nov-06 9:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.