Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
AnswerRe: string replace function Pin
coolestCoder16-May-06 2:53
coolestCoder16-May-06 2:53 
AnswerRe: string replace function Pin
Guffa16-May-06 3:23
Guffa16-May-06 3:23 
AnswerRe: string replace function Pin
coolestCoder16-May-06 3:27
coolestCoder16-May-06 3:27 
Questiona question about forms ? Pin
cmpeng3416-May-06 2:21
cmpeng3416-May-06 2:21 
AnswerRe: a question about forms ? Pin
_AK_16-May-06 2:32
_AK_16-May-06 2:32 
AnswerRe: a question about forms ? Pin
J4amieC16-May-06 2:48
J4amieC16-May-06 2:48 
QuestionInteractive Services Pin
Waqas Nasir16-May-06 2:20
Waqas Nasir16-May-06 2:20 
AnswerRe: Interactive Services Pin
coolestCoder16-May-06 2:41
coolestCoder16-May-06 2:41 
Hi,
A windows service can be interactive by implementing the OnCustomCommand event in your service. This event is fired when a custom command is send to your service through a ServiceController. You can then implement various logics accordingly in your service so that it turns interactive. For this you will have to create a front end application which has a service controller for your service and then pass custom commands to your service thorugh that controller. the ExecuteCommand statement in the service controller accpets an integer argument denoting your custom command type. you will have to decide over these commands and there numbers to distinguish between.

Hope this helps you.



Anant Y. Kulkarni
Questionhow can i have checkboxes for only child nodes in a windows treeview control? Pin
justin_wang16-May-06 2:05
justin_wang16-May-06 2:05 
AnswerRe: how can i have checkboxes for only child nodes in a windows treeview control? Pin
justin_wang16-May-06 16:36
justin_wang16-May-06 16:36 
QuestionDraw line Pin
Talktorajeev16-May-06 1:42
Talktorajeev16-May-06 1:42 
AnswerRe: Draw line Pin
alexey N16-May-06 1:55
alexey N16-May-06 1:55 
QuestionFile Folder Hooking using C# Pin
Waqas Nasir16-May-06 1:36
Waqas Nasir16-May-06 1:36 
AnswerRe: File Folder Hooking using C# Pin
Nick Parker16-May-06 3:13
protectorNick Parker16-May-06 3:13 
GeneralRe: File Folder Hooking using C# Pin
Waqas Nasir16-May-06 18:39
Waqas Nasir16-May-06 18:39 
GeneralRe: File Folder Hooking using C# Pin
Luqman_Ahmad20-Jul-09 12:07
Luqman_Ahmad20-Jul-09 12:07 
Questionuploading file to remote. Pin
SSRajan16-May-06 1:29
SSRajan16-May-06 1:29 
AnswerRe: uploading file to remote. Pin
CWIZO16-May-06 1:34
CWIZO16-May-06 1:34 
QuestionScanner and Keyboard Pin
AmitG7716-May-06 1:25
AmitG7716-May-06 1:25 
AnswerRe: Scanner and Keyboard Pin
coolvinx16-May-06 11:48
coolvinx16-May-06 11:48 
GeneralRe: Scanner and Keyboard Pin
AmitG7716-May-06 21:59
AmitG7716-May-06 21:59 
GeneralRe: Scanner and Keyboard Pin
coolvinx17-May-06 5:03
coolvinx17-May-06 5:03 
GeneralRe: Scanner and Keyboard Pin
AmitG7717-May-06 18:20
AmitG7717-May-06 18:20 
Questionmulticasting problem Pin
snouto16-May-06 1:10
snouto16-May-06 1:10 
QuestionComboBox cursor setting Pin
fracalifa16-May-06 1:06
fracalifa16-May-06 1:06 

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.