473,385 Members | 1,402 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,385 software developers and data experts.

Windows Service, Remoting?

I have built numerous Windows Services over the years, but until this
point, I have never needed a GUI to interact with them. Right now, I
have a Windows Service that runs FTP backup jobs. I want to build an
interface so that the server administrator can add/edit/delete backup
jobs. I have come to the conclusion that Remoting is the way to go.

I am having trouble finding a good example to achieve my goal. I have
seen examples in .NET 1.0 and .NET 1.1, but few in 2.0. The few
examples I have seen in 2.0 are for things like client/server chat
applications, etc.

Can someone either point to an example for the 2.0 framework,
preferrably in VB.NET, that will get me going?

Jul 25 '07 #1
2 2568

<Ta*****************@gmail.comwrote in message
news:11**********************@w3g2000hsg.googlegro ups.com...
>I have built numerous Windows Services over the years, but until this
point, I have never needed a GUI to interact with them. Right now, I
have a Windows Service that runs FTP backup jobs. I want to build an
interface so that the server administrator can add/edit/delete backup
jobs. I have come to the conclusion that Remoting is the way to go.

I am having trouble finding a good example to achieve my goal. I have
seen examples in .NET 1.0 and .NET 1.1, but few in 2.0. The few
examples I have seen in 2.0 are for things like client/server chat
applications, etc.

Can someone either point to an example for the 2.0 framework,
preferrably in VB.NET, that will get me going?
Do you think the answers you have gotten are going to be any different? If
there is an example out there in VB, then you're going to have to find it.
You may not find it in VB. You may only find it in a C# form.

You should take the examples you see in using the other frameworks and
figure it out using the 2.0 framework. It's not that hard.

What you need is a good book on how to use .Net remoting is what you need.

Jul 25 '07 #2
Ta*****************@gmail.com wrote:
I have built numerous Windows Services over the years, but until this
point, I have never needed a GUI to interact with them. Right now, I
have a Windows Service that runs FTP backup jobs. I want to build an
interface so that the server administrator can add/edit/delete backup
jobs. I have come to the conclusion that Remoting is the way to go.
Break out MSDN (and a strong coffee) and have a rummage through the ...

System.RunTime.Remoting.RemotingConfiguration

.... Class, particularly its Configure method.

The file format's a bit awkward at first (understatement!), but it's
probably the quickest and easiest way of getting started.

HTH,
Phill W.
Jul 25 '07 #3

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
2
by: Fadi | last post by:
Backround: I am trying to figure out how to do the equivalant of a classic COM Local Server Singleton in .NET/C#. I created a coupld of simple Class Libs that exposes public interfaces and hosted...
20
by: Moty Michaely | last post by:
Hello, Can anyone please help me finding a good way to develop a c# winforms application client for a pre-developed windows service? Should I use wse2 with tcp protocol? Bu I still have win98...
2
by: Stephajn Craig | last post by:
Is it possible to apply remoting techniques to a Windows Service Application? I have an application that I'm building that is primarily ASP.NET based. However, there are some functions that I...
3
by: Rob | last post by:
Can a form be opened from a Windows service? I have a windows service that I would like to open a form from a notify icon. I cannot get the Notify Icon to display nor can I open a form. Any...
3
by: Steve Amey | last post by:
Hi all Is it possible to retrieve data from a Windows Service? Let's say I have a service that contains code in the OnStart method that creates a DataSet, from a client application I'm using a...
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...
0
by: Jason | last post by:
Ok, for the life of me, I just don't understand what's going on. I want to use remoting to send messages from a windows service to a windows form app, but I just can't get it to work. So, here's...
3
by: rkausch | last post by:
Hello, I'm performing some research to determine the feasibility of developing a Windows Service (see http://en.wikipedia.org/wiki/Windows_Service for the specific definition of "service" to which...
2
by: =?Utf-8?B?dmlzaHJ1dGg=?= | last post by:
Hi, I have 2 applications running, one Windows application project and the other windows services project. I want to call my Windows application in my windows services. I want to run them as...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.