0
Answer

Process.MainWindowTitle

Photo of lumumba14

lumumba14

21y
4.4k
1
Hello, I am writing a windows service which monitors the running processes. Everything works ok, except the Process.MainWindowTitle, which returns an empty string, although some processes do have main windows. It works ok if I write the same code in another application and run it, but it does not work in the windows service, although other methods of the Process class work fine. Any suggestions?

Answers (0)