Windows Service

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hello.
I want to know how can I use Windows Servise in my program?
I know how to create Windows Servise application, but I can't use Windows
Servise component which I'm adding to my existing Windows Application.
How can I use or install it?
What is the goal of adding Windows Service class to the Windows Application?
 
hi
you communicate with windows service throw the custom command event of the
service , this handler take as in parameter an in integer value you send
the value that execute the internal code that you want to execute ( this
has to do with your design ) . try look at this article , it can be or
more help

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsm02/htm
l/vs0201dt.asp
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top