TcT
20th February 2006, 10:50 PM
I created a little application in C# with VS2005 using the latest WM PocketPC SDK. It contains a form with a WebBrowser component which I fill with the help of the DocumentText property. When I put in short HTML segments that don't trigger the scrollbar everything is fine. As soon as I give it a little longer text the scrollbar appears but the component begins refreshing over and over again like I would set the DocumentText property all over again.
I don't have a clue what triggers this behaviour im definetly only setting the DocumentText property once and not in some kind of timer or thread.
I tried to google for it but no solution turned up.
Anybody ever ran into this problem or even better know how to fix it?
I don't have a clue what triggers this behaviour im definetly only setting the DocumentText property once and not in some kind of timer or thread.
I tried to google for it but no solution turned up.
Anybody ever ran into this problem or even better know how to fix it?