Results 1 to 5 of 5

Thread: MS Internet Controls

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Posts
    220

    MS Internet Controls

    Hi, can anyone explain or have any examples i can view of using the MS Internet Controls to modify the web pages, i am currently using DHTML but i hear that the MS Internet Control can do it alot better.

    Any Help will be Great

    Tnx Adz

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Posts
    220
    can you even use this control to modify webpages like the dhtml control does?

  3. #3
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871
    Oh yes, you can. The MS Internet Controls are also used in Internet Explorer to display pages, so you can actually edit pages within IE if you like to...

    Anyway, there's a lot of info on MSDN on how to use it. Try this page for example, I usually find a lot of useful info there.

    To get you started, you can use this code to get into designMode:
    VB Code:
    1. WebBrowser1.Document.designMode = "on" 'or "off", of course
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Posts
    220
    Hi,

    has anyone got a live demo of using this. i have tried but no luck

    Any help will be great

    tnx Adz

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Posts
    220
    Does the MS Internet control support the check box, and pick list function?

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