Getting values from Windows Services to normal Windows application

rawe

New member
Joined
Feb 14, 2006
Messages
1
Programming Experience
1-3
Hi everybody

I've made a Windows Service that has a lot of configurable settings.
And I've made a normal Windows application (a WinForm executable) to start, stop, pause etc. the specific Windows Service.

My problem is that I would like my Windows application to be able to retrieve the Windows Service's configuration settings - and some of these change during run-time. So I'm not sure to use the registry or a flat text file to transfer the settings. Mostly because I'm not sure that such a solution would perform or scale very well...

Are there anyone out there with some experience in transfering large amounts of data from a Windows Service to a normal Windows application?

Best

Rasmus Wehner
Mimia, Denmark
 
Back
Top