Launch Application From Windows Service
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I've created a windows service using VB.NET, the service monitors the users actions and should lanuch an application if particular set of conditions have been meet. The problem I'm having is the launch of the windows application from the service. I found an explaination to my problem in MSDN "Process created by the service cannot display a user Interface". I think if I start a new process/thread as the current user not the service I should be able to start my application. My problem...How do you create a new process/thread as the current user? If anyone has a solution or idea I would greatly appreciate it. Thanks There are 10 types of people in the world: Those who understand Binary and those who don't.