Click here to Skip to main content
15,919,749 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: source code text editor in c\c++ Pin
i BM28-Sep-07 7:01
i BM28-Sep-07 7:01 
Questioncan anybody please help me on backup policy implementation? Pin
baldha rakesh8-Nov-06 19:28
baldha rakesh8-Nov-06 19:28 
Questioni need your suggestions Pin
Amar Chaudhary8-Nov-06 8:54
Amar Chaudhary8-Nov-06 8:54 
AnswerRe: i need your suggestions Pin
Pete O'Hanlon16-Nov-06 2:13
mvePete O'Hanlon16-Nov-06 2:13 
GeneralRe: i need your suggestions Pin
Amar Chaudhary16-Nov-06 3:39
Amar Chaudhary16-Nov-06 3:39 
AnswerRe: i need your suggestions Pin
Ganesan Senthilvel29-Nov-06 22:38
Ganesan Senthilvel29-Nov-06 22:38 
QuestionCrystal Reports Pin
Deepasubramanian7-Nov-06 19:23
Deepasubramanian7-Nov-06 19:23 
AnswerRe: Crystal Reports Pin
vivek-g12-Nov-06 23:10
vivek-g12-Nov-06 23:10 
AnswerRe: Crystal Reports Pin
Rocky#4-Dec-06 2:31
Rocky#4-Dec-06 2:31 
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 
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 
This is better handled by Group Policy, not an application. You can't stop an .EXE from launching, you can only scan the Process list once in a while and quit the app if you find it.

wasim ahmad bhat wrote:
1. I dont want it to be enlisted in Task Manager


Services don't hide from Task Manager. There's nothing you can do to hide from the Task List.


wasim ahmad bhat wrote:
2. I want to learn to create services and convert process to service and vice-versa


Then learn how to write Console apps. You can use them to test the main code of your service, then, if done properly, you can write the service manager code around that.

There really isn't any path to "convert" an app to a service or the other way around. Both types of applications are purpose written to be what they are, and do not lend themselves to be "converted" as you put it.


Dave Kreskowiak
Microsoft MVP - Visual Basic


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 

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.