View Single Post
  #2 (permalink)  
Old 04-05-2010, 07:03 PM
vizier's Avatar
vizier
Lurker
Offline
 
Join Date: Mar 2009
Posts: 1
Reputation: 10
vizier is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
This post has been thanked 2 times.