WebKitX
WebKitX copied to clipboard
The process can't exit when use ocx in .NET(C# exe) or IE or microsoft webbrowser
thanks!
I kind of created it for VB6 and it has some VB6 related hacks.
The reason the process is kept alive is because of DllCanUnloadNow that always replies "No"! You can try un-hacking DllCanUnloadNow in the code, it should work.
I very much doubt it would ever work with IE.