CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    India
    Posts
    1

    Dhtml and webclasses

    What are the differences between Dhtml and IIS applications in vb6.
    I've used IIS application , now i want to incorporate dhtml features in that application is it possible? please suggest me any sites where i can find relavent information.

    varadish


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Dhtml and webclasses

    a DHTML application runs - as its name implies - in the context of the browser as an ActivexDLL that has full access to the DHTML DOM (document object model) of the browser.
    An IIS app is - again, the name is pretty obvious - an app that runs on the IIS machine.

    the official documentation that comes with VB 6 (MSDN) is the BEST that I know of to create DHTML apps.


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

Featured