CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: NT Sevice

  1. #1
    Join Date
    Apr 1999
    Posts
    2

    NT Sevice



    How do you make an NT Service, the example is good that comes with Visual C++ but its not good enough. What I want to be able to do is send a broadcast message to all child/slaves/clients on the system regardless of what operating system is present on the child/slave/client.


    Thankyou in Advance,


    Chris

  2. #2
    Join Date
    Apr 1999
    Location
    Miami, FL
    Posts
    67

    Re: NT Sevice



    I recommend you look at the sample code on this site:

    http://www.codeguru.com/system/index.shtml



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

Featured