Hi everyone,

I have written a windows service that is meant to launch a notepad when a specific action happens.

The problem i have is that even though the service launches notepad, the actual notepad it self is NOT visible.

I know that it has been launced because i can see the process in the task manager.

By the way the process is listed as a SYSTEM process rather than a process under my user name (i believe that is because my process is a "LocalSystem" one).

Does anyone know why the notepad does not become visible?

Cheers,

--Stav.