R
Rajesh Abraham
In the code below, I am getting the title as null for all
the process when the function (BisLayer) is called from a
windows service. However the same function when called
from a windows from gives the proper result. I tried to
run the service as localSystem and as administartor but
both gives the same result.
Process[] myProcesses = Process.GetProcesses();
foreach(Process myProcess in myProcesses)
{title = myProcess.MainWindowTitle;}
Thanks,
Rajesh Abraham
the process when the function (BisLayer) is called from a
windows service. However the same function when called
from a windows from gives the proper result. I tried to
run the service as localSystem and as administartor but
both gives the same result.
Process[] myProcesses = Process.GetProcesses();
foreach(Process myProcess in myProcesses)
{title = myProcess.MainWindowTitle;}
Thanks,
Rajesh Abraham