In VB.NET, are you still supposed to use the IE com object to display HTML in a form, or is there a new, better object to use in .NET?
Printable View
In VB.NET, are you still supposed to use the IE com object to display HTML in a form, or is there a new, better object to use in .NET?
if your code is XHTML you can use datasets and XML namespaces in .NET because as far as i know XHTML is just XML standards so you would be ok
depends on how your code is formated, if its html with missing tags then forget what i just said
actually, I need a way to display the rendered HTML, like in a small IE window
Yes just use the COM component, the same one from VB6. There wont be a .NET wrapper IE component until the next version.