Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
How do you kill a chromium process at runtime?
I'm running the chromium and depending on what come in html in LoadEnd, I end the application but sometimes hangs ... https://drive.google.com/open?id=0B_88E ... HV4eFljZ1E
To close the application at runtime I do:
Chromium1.CloseBrowser(True);
Close;
I already tried to Application.Terminate or ExitProcess(Self.Handle), ometimes close correct sometimes the application hangs.
There's only one more problem, Do have support for windows XP?
On clients that are using the tool in XP the error appears:
The procedure entry point GetFileInformationByHandleEx could not be located in the dynamic link library KERNEL32.dll