Hi, I am using a WinForms WebBrowser Control and the webpage that I am being served has a data URI scheme and it doesn't seem to work. (for e.g. "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAoAAA...) It works in IE8 browser though and I know for a fact that it is not supported in IE6 or IE7. My question is, why is the Winforms WebBrowser Control behaving differently. I am assuming that it should be the same as my IE8... Am I wrong?? Thanks