Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Oct : Close FireFox
| Subject: | Close FireFox |
| Posted by: | "Paul" (peeb..@nw.com) |
| Date: | Tue, 30 Oct 2007 17:36:48 |
I need to close to close FireFox to read it's history file.
It seems to use an exclusive lock on the file.
So far, the only way I can get this working is by using TerminateProcess.
FindWindow won't work : the caption is unknown.
Any idea's
Paul