Re: Display Problem with webBrowser in Visual C#
This is due to a bug in .NET CF 3.5 and WM 6.5, when used together.
A hot-fix for .NET CF 3.5 is said to solve the problem. But I could not find a download location for this.
An alternative solution is to wrap the native HTML controls within a custom .NET control. This is probably trivial for experienced Win32/COM programmers, but not for me. So at the time beeing I am just investigating the situation and trying to implement this second solution.
|