WebKitX icon indicating copy to clipboard operation
WebKitX copied to clipboard

The process can't exit when use ocx in .NET(C# exe) or IE or microsoft webbrowser

Open zhaodan5 opened this issue 10 years ago • 1 comments

thanks!

zhaodan5 avatar Mar 12 '15 09:03 zhaodan5

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.

mobileFX avatar May 14 '15 01:05 mobileFX