T
TampaWebDevelopment
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?
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?