Click here to Skip to main content
15,888,195 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
It freezing not only window with it. It freezing all application GUI.

I tried to use
C#
Application.DoEvents();

it is almost useless.

I tried to run app with webbrowser in other process and other window, and next connect window by Win32 func SetParent. Useless.

I tried to run WebBrowser in new thread and i can't to do it (or it was useless, I forgot).

I tried to create native C++ application and use IWebBrowser2.
And even that is useless!

As this problem is solved in the Internet Explorer? Magic?!
Posted
Updated 24-Dec-14 10:44am
v2
Comments
[no name] 25-Dec-14 3:03am    
[Inappropriate content removed — SA]
[no name] 25-Dec-14 12:50pm    
[Inappropriate content removed — SA]
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900