Results 1 to 2 of 2

Thread: Windows Services and Client Apps

  1. #1

    Thread Starter
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Windows Services and Client Apps

    Is there a way to allow a program to be used to gather data from a service i.e. a program that changes passwords that runs as a service and have a program that can access a variable or something in the service to display the current password?
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The service would have to remote an object to share it across different applications or application domains (the other exe).

    Do some research on Remoting, its a bit of a deep subject.
    Last edited by Edneeis; May 31st, 2004 at 10:36 AM.

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