Communicating with a service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Communicating with a service

    Hi

    I need a vb.net winform app to be able to query a service (also written in
    vb.net) and get info in return. Is it possible? Is there a way to do this?

    Thanks

    Regards



  • =?Utf-8?B?ZG90TmV0RGF2ZQ==?=

    #2
    RE: Communicating with a service

    Is the service a Windows service? If so, you could use .NET Remoting between
    two .NET applications.

    David

    =============== =============== ========
    David McCarter [Microsoft MVP]
    Improving Code Quality... One Developer at a Time

    David McCarter''s .NET Coding Standards available at:



    "John" wrote:
    Hi
    >
    I need a vb.net winform app to be able to query a service (also written in
    vb.net) and get info in return. Is it possible? Is there a way to do this?
    >
    Thanks
    >
    Regards
    >
    >
    >
    >

    Comment

    Working...