CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Florida,USA
    Posts
    1

    NT/Win98 Service

    Hi,
    I am to write a windows NT/ Windows 98 Service to monitor all print jobs and catch the information to a database. Can I build a service with VB?


    Ernesto Herrera
    Sof-Tech Solutions

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: NT/Win98 Service

    MS recommends that you do NOT use VB to write a service. This is documented in MSDN (unfortunately, I don't remember the exact location).
    Still, you can turn any executable into a service by using the SRVANY tool from the Resource kit.


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