Archived from groups: microsoft.public.windowsxp.basics (More info?)
Hello,
I have one service that will get start on the start of window. Now I am
using one normal windows application to show service's messages to
user. Now I want to start this normal windows application (if it is not
running already) when service need to show some messages to user. I am
using following code to do that in service.
The problem with this is in case of windows 2000 it starts the exe
correctly. In case of XP when 2 or more user is logged in then above
code start the exe in the first logged in user. Now I have a handle to
the session in which I need to start normal windows application to show
service's messages but I don't know how to use this session handle to
start a process in that session. Any help is appreciated.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.