Click here to Skip to main content
15,917,795 members
Home / Discussions / C#
   

C#

 
QuestionHow to process the key events? Pin
bouli7-Jan-05 1:25
bouli7-Jan-05 1:25 
AnswerRe: How to process the key events? Pin
Nick Parker7-Jan-05 3:03
protectorNick Parker7-Jan-05 3:03 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:26
bouli7-Jan-05 6:26 
AnswerRe: How to process the key events? Pin
Heath Stewart7-Jan-05 6:28
protectorHeath Stewart7-Jan-05 6:28 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:35
bouli7-Jan-05 6:35 
Generalurgent ( about window services) Pin
Allah Kaa Bandaa7-Jan-05 0:47
Allah Kaa Bandaa7-Jan-05 0:47 
GeneralRe: urgent ( about window services) Pin
turbochimp7-Jan-05 3:05
turbochimp7-Jan-05 3:05 
GeneralRe: urgent ( about window services) Pin
Heath Stewart7-Jan-05 6:26
protectorHeath Stewart7-Jan-05 6:26 
Just copy it to a directory. If the three services are installed the service manager application using the ServiceController doesn't need to be in the same directory as the services. The ServiceController (which encapsulates the service control manager (SCM) native APIs) works with service names and doesn't care about the path once the service is registered (and, BTW, all services are executables).

The service manager application will need to know the names of the services only. Where you put it on the local machine (and you can even control services remotely if you have the necessary privileges) doesn't matter.

Read Deploying Applications[^] in the .NET Framework SDK for more information.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralConverting a HEX value to a DateTime Pin
Stanimir_Stoyanov7-Jan-05 0:16
Stanimir_Stoyanov7-Jan-05 0:16 
GeneralRe: Converting a HEX value to a DateTime Pin
Heath Stewart7-Jan-05 5:55
protectorHeath Stewart7-Jan-05 5:55 
QuestionHow to develop multi-language application? Pin
luozhan16-Jan-05 21:10
luozhan16-Jan-05 21:10 
AnswerRe: How to develop multi-language application? Pin
Colin Angus Mackay6-Jan-05 21:39
Colin Angus Mackay6-Jan-05 21:39 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:21
protectorHeath Stewart7-Jan-05 6:21 
AnswerRe: How to develop multi-language application? Pin
Adam Goossens6-Jan-05 23:45
Adam Goossens6-Jan-05 23:45 
AnswerRe: How to develop multi-language application? Pin
OmegaSupreme7-Jan-05 0:05
OmegaSupreme7-Jan-05 0:05 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 5:56
protectorHeath Stewart7-Jan-05 5:56 
AnswerRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:12
protectorHeath Stewart7-Jan-05 6:12 
QuestionHow to make nice GUI like this? Pin
luozhan16-Jan-05 20:59
luozhan16-Jan-05 20:59 
AnswerRe: How to make nice GUI like this? Pin
perlmunger7-Jan-05 5:29
perlmunger7-Jan-05 5:29 
QuestionProblem calling dll from asp.net - workaround? Pin
totig6-Jan-05 20:32
totig6-Jan-05 20:32 
AnswerRe: Problem calling dll from asp.net - workaround? Pin
OmegaSupreme7-Jan-05 0:12
OmegaSupreme7-Jan-05 0:12 
GeneralRe: Problem calling dll from asp.net - workaround? Pin
totig7-Jan-05 0:41
totig7-Jan-05 0:41 
GeneralRe: Problem calling dll from asp.net - workaround? Pin
OmegaSupreme7-Jan-05 1:05
OmegaSupreme7-Jan-05 1:05 
GeneralInsert a line into the begining of the text file Pin
itssuk6-Jan-05 19:49
itssuk6-Jan-05 19:49 
GeneralRe: Insert a line into the begining of the text file Pin
Yulianto.6-Jan-05 21:22
Yulianto.6-Jan-05 21:22 

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.