Process.MainWindowTitle
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?
Replies
Know the answer? Post it — somebody with the same question will find it here.