We have a Windows CE6 application which uses the WebBrowser Control from the Compact Framework. Since this is sometimes a touchscreen and sometimes a mouse driven application, we sometimes have the cursor hidden and other times do not. Unfortunately, whenever the WebBrowser Control repaints, the cursor will momentarily flash on the screen, despite being hidden. It does not matter where the cursor is. This behavior looks awful. An additional issue with the WebBrowser Control is that when the cursor is placed between text lines, it will show up even when hidden. Again, not the correct behavior. A hidden cursor should be a hidden cursor. Any suggestions, or is this just the way it? We do not have the option of changing the CE6 image.
Mark Uebel