473,387 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

VB .Net Windows Service

What is the proper way to open a form to read and write to the
app.config xml file in a Windows service since services are not intended to
have any GUI feed back? I have a Windows service programed that I would
like to now make more fuctional on any given server.
Thanks

Kenny Young
Nov 21 '05 #1
3 1077
Why not just create another application to manage the settings in the file?

You would of course have to manually read and write the xml.

"Kenneth H. Young" <Ke***@8gt.sytes.net> wrote in message
news:Oz**************@TK2MSFTNGP09.phx.gbl...
What is the proper way to open a form to read and write to the
app.config xml file in a Windows service since services are not intended
to have any GUI feed back? I have a Windows service programed that I
would like to now make more fuctional on any given server.
Thanks

Kenny Young

Nov 21 '05 #2
"Kenneth H. Young" <Ke***@8gt.sytes.net> schrieb:
What is the proper way to open a form to read and write to the
app.config xml file in a Windows service since services are not intended
to have any GUI feed back? I have a Windows service programed that I
would like to now make more fuctional on any given server.


It's better to separate the UI from the service. You can use techniques
like remoting, sockets, ... to exchange data with the service.

<URL:http://groups.google.de/group/microsoft.public.dotnet.framework.windowsforms/msg/0623992bffb04993>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
"Kenneth H. Young" <Ke***@8gt.sytes.net> wrote in message
news:Oz**************@TK2MSFTNGP09.phx.gbl...
What is the proper way to open a form to read and write to the
app.config xml file in a Windows service since services are not intended to have any GUI feed back?


You don't need a Form just to access values in App.Config.
The same code will work perfectly well in a Service. However ...

App.Config is /not/ intended for storing anything that wasn't put
there by the /compilation/ process - it's not a local "ini" file that
you can just drop things into as your program is running.

1) Create you own [xml] file to hold the options and read/write
/that/ to your heart's content.
2) Write a separate WinForms application to maintain this file,
/and/ have the Service "keep an eye" on the file, so that it can
reload the values within it if and when the file gets changed.

HTH,
Phill W.
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Michael Riggio | last post by:
Is there a way to have a windows service instantiate a class that is a web service, which will then be accessible to clients via HTTP? Thanks, -Mike
1
by: Artur Kowalski | last post by:
I have a NotifyIcon in my Windows Service project and I am trying to add a ContextMenu to this NotifyIcon or use some of the mouse events. Everything isn't working. I think so base class of the...
9
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
1
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. I'm having trouble getting the code that I've written to work, can anyone shed some light as to where I'm...
0
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. The program I'm trying to develop needs to be able to do the following: - Select remote server -...
3
by: Doug Bailey | last post by:
I am trying to control a Windows Service via a Web Service interface. (I am developing in .NET2003) I am using the ServiceController object which allows me to read the state of the services with...
2
by: deko | last post by:
When to use a privileged user thread rather than a windows service? That's the question raised in a previous post . It was suggested that if the service needs to interact with a WinForms app...
4
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
1
by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post by:
Hi, I created a web service that I want to host in windows service. The problem is that if I host it as windows service it does not use the configuration file. I have to define the binding,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.