Results 1 to 4 of 4

Thread: Create Service

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2008
    Posts
    284

    Create Service

    How can I create a Windows Service using VB?
    I am still very new to VB.NET, so I have MANY questions

  2. #2
    Addicted Member
    Join Date
    Oct 2008
    Location
    USA
    Posts
    150

    Re: Create Service

    With a lot of reading/study and hardwork generally.
    Think.... Question.....

  3. #3
    Addicted Member
    Join Date
    Oct 2008
    Location
    USA
    Posts
    150

    Re: Create Service

    Think.... Question.....

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2008
    Posts
    284

    Re: Create Service

    I am sorry, I should actually clarify. I didn't do a good job. Also, I am using Visual Basic 2010 Express

    I have "php-cgi.exe" I would like to run that as a service, which I can control through my vb app.

    using the command line this is how it is run:

    /path/to/php-cgi.exe -b 127.0.0.1:9000 -c /path/to/php.ini

    I would like to convert that to a windows service. how can that be done?
    I am still very new to VB.NET, so I have MANY questions

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