GUI monitor app to connect to service app

M

Mike Stephens

I would like to write a service app, a simple application that runs in the
background and does its thing, and not necessarily running on the local
machine. This service app will not have any GUI output. I then need to
write the monitor GUI. This will "connect" to the service app and display
all the output information.

Eg..
Service App. This could be a simple application that checks a a FTP service
and downloads new files if available. The app will not have any GUI output
screen.

GUI Monitor App. This would display all the messages of the service app. You
could specify either local machine or machine name and it would somehow
connect to the Service app and display all messages "sent" by the service.
 
H

Huy Nguyen [MSFT]

Hi,

This article from MSDN has sample code on how to communicate between 2
applications that can apply for your situation.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/
html/reaworapps1.asp

Hope it helps.

--
Huy Nguyen, Visual Basic team.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top