Results 1 to 1 of 1

Thread: Windows service raising event in client app

Threaded View

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Windows service raising event in client app

    VS 2005/.net framework 2.0

    I have a windows service on a server which monitors a folder for changes. When a file is added or deleted its file name is added/removed from a sql server database table.

    I also have a bunch of windows client applications delivered from the same server using click once deployment. The applications basically present the users with a list of files currently in the folder on the server. They just get a list from sql of the files and present them to the user.

    The problem I have is that I am not sure how I can get the windows service to raise an event in the client applications telling them that they must requery. All comms must be via port 80.

    Any Ideas folks ?


    Thanks in Advance :-)
    Last edited by venerable bede; Jun 2nd, 2006 at 10:11 AM.

    Parksie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width