Results 1 to 2 of 2

Thread: NTService launching other applications

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    3

    NTService launching other applications

    I created a service with the NTService component. This service is a VB application.

    I set the NTService property "Interactive" to false. Which means the form of the application won't be displayed, I mean, the application will not be listed as an application, only as a process. So far so good.

    This application which I install as a service, launches ie the Notepad. I use the Shell command to do so.
    VB Code:
    1. Shell(path, vbNormalFocus)

    Here is the problem: The notepad is started, but isn't listed as an application, just the process is started. I changed my service property "Interactive" to true and then the notepad is started normally. It pops up just like it should. But now my service is listed as an application as well. That can't happen.

    So how can I launch the notepad as an application with the "Interactive" property of my service set to false?

  2. #2

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    3

    Re: NTService launching other applications

    Anyone? (bump)

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