Results 1 to 4 of 4

Thread: Displaying HTML/XHTML in VB.NET - the proper way

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    4

    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?
    _motr_

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    4
    actually, I need a way to display the rendered HTML, like in a small IE window
    _motr_

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width