0
Reply

Process.MainWindowTitle

lumumba14

lumumba14

Aug 25 2004 9:07 AM
3.7k
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?