Comunication between form an appl. and a service.
-
Hello gentlemen, I would like to write a service and an form appl.I need to obtain data from service to my form application(some information). Is it possible? If yes, could you give me a hint? Thank you very much.
daavena wrote:
Is it possible?
Yes.
daavena wrote:
If yes, could you give me a hint?
It can be done via Inter-Process communication. Possible solutions are: Pipes and .Net Remoting/WCF
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
daavena wrote:
Is it possible?
Yes.
daavena wrote:
If yes, could you give me a hint?
It can be done via Inter-Process communication. Possible solutions are: Pipes and .Net Remoting/WCF
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Hello gentlemen, I would like to write a service and an form appl.I need to obtain data from service to my form application(some information). Is it possible? If yes, could you give me a hint? Thank you very much.
I have the Service write an XML file, then many users of the application can read the file. You could also use a database.
-
Glad to help you :)
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion