CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    dhtml requirements

    Is Visual Basic 6.0 Professional Edition sufficient to practice using DHTML? If not pl. can you suggest me the the tools to learn DHTML?

    Thanks


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: dhtml requirements

    The VB6 implementation of DHTML is closely tied with IE4/5. If you want to make sure that your DHTML app will work on all browser types that support it, you'll have to learn the (hard?) way.

    There are several sites that teach you the basics of DHTML and give very good examples that you can download and study - take a look at :

    http://www.dynamicdrive.com



    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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