|
-
Jan 12th, 2004, 06:16 PM
#1
Thread Starter
New Member
Displaying HTML/XHTML in VB.NET - the proper way
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?
-
Jan 12th, 2004, 06:24 PM
#2
Frenzied Member
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
-
Jan 12th, 2004, 06:25 PM
#3
Thread Starter
New Member
actually, I need a way to display the rendered HTML, like in a small IE window
-
Jan 12th, 2004, 06:35 PM
#4
Yes just use the COM component, the same one from VB6. There wont be a .NET wrapper IE component until the next version.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|