Click here to Skip to main content
15,904,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generating formatted file Pin
Andy Rama5-Apr-09 16:50
Andy Rama5-Apr-09 16:50 
GeneralRe: Generating formatted file Pin
Andy Rama22-Apr-09 20:43
Andy Rama22-Apr-09 20:43 
QuestionWindows Service Application Pin
a.hamidy29-Mar-09 18:32
a.hamidy29-Mar-09 18:32 
AnswerRe: Windows Service Application Pin
Natza Mitzi29-Mar-09 19:32
Natza Mitzi29-Mar-09 19:32 
GeneralRe: Windows Service Application Pin
a.hamidy29-Mar-09 20:22
a.hamidy29-Mar-09 20:22 
GeneralRe: Windows Service Application Pin
Natza Mitzi29-Mar-09 20:38
Natza Mitzi29-Mar-09 20:38 
GeneralRe: Windows Service Application Pin
a.hamidy29-Mar-09 21:12
a.hamidy29-Mar-09 21:12 
GeneralRe: Windows Service Application Pin
Natza Mitzi29-Mar-09 21:38
Natza Mitzi29-Mar-09 21:38 
This is a suggestion of implementation.
The installer should install both service and application. The service should run independently (treated as a server) and the application should run as a client, post requests and run the service to do what it needs to. The connection between the client application can be implemented using .net remoting and the interaction will be transparent. My preferred way is to implement a service and a client application that runs from the system tray using a notify icon. The client application can have the service controller for starting/stopping/pausing/installing/uninstalling the service.
I saw some articles around the code project with samples of notify icons, service controllers and .net remoting. I hope this helps

Natza Mitzi

GeneralRe: Windows Service Application Pin
Vikram A Punathambekar29-Mar-09 21:24
Vikram A Punathambekar29-Mar-09 21:24 
AnswerRe: Windows Service Application Pin
#realJSOP29-Mar-09 23:46
professional#realJSOP29-Mar-09 23:46 
GeneralRe: Windows Service Application Pin
Pete O'Hanlon29-Mar-09 23:52
mvePete O'Hanlon29-Mar-09 23:52 
GeneralRe: Windows Service Application Pin
#realJSOP31-Mar-09 0:11
professional#realJSOP31-Mar-09 0:11 
QuestionAccessing Excel cell which made call to C# dll ... Pin
gvanto29-Mar-09 17:48
gvanto29-Mar-09 17:48 
AnswerRe: Accessing Excel cell which made call to C# dll ... Pin
Mycroft Holmes29-Mar-09 22:56
professionalMycroft Holmes29-Mar-09 22:56 
GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
gvanto30-Mar-09 17:53
gvanto30-Mar-09 17:53 
GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
Mycroft Holmes30-Mar-09 21:00
professionalMycroft Holmes30-Mar-09 21:00 
GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
gvanto31-Mar-09 14:24
gvanto31-Mar-09 14:24 
QuestionHow to get pixel value in colored image in c# Pin
Flying_Doc29-Mar-09 16:44
Flying_Doc29-Mar-09 16:44 
AnswerRe: How to get pixel value in colored image in c# Pin
Christian Graus29-Mar-09 19:37
protectorChristian Graus29-Mar-09 19:37 
AnswerRe: How to get pixel value in colored image in c# [modified] Pin
Natza Mitzi29-Mar-09 19:38
Natza Mitzi29-Mar-09 19:38 
GeneralRe: How to get pixel value in colored image in c# Pin
Christian Graus29-Mar-09 19:42
protectorChristian Graus29-Mar-09 19:42 
AnswerRe: How to get pixel value in colored image in c# Pin
Xmen Real 29-Mar-09 19:47
professional Xmen Real 29-Mar-09 19:47 
QuestionHow to convert flat files to XML using c# Pin
SK8429-Mar-09 14:57
SK8429-Mar-09 14:57 
AnswerRe: How to convert flat files to XML using c# Pin
Christian Graus29-Mar-09 19:40
protectorChristian Graus29-Mar-09 19:40 
GeneralRe: How to convert flat files to XML using c# Pin
Pete O'Hanlon29-Mar-09 23:38
mvePete O'Hanlon29-Mar-09 23:38 

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.