Results 1 to 5 of 5

Thread: Webbrowser control (Resolved)

  1. #1

    Thread Starter
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    Webbrowser control (Resolved)

    I want to traverse alll the Textboxes in a webpage displayed in a WebBrowser Control...Can anyone tell me how to do this?
    Last edited by moinkhan; May 23rd, 2004 at 06:52 AM.

  2. #2

    Thread Starter
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011
    OK! I have done this... now i want to do the same with a webpage with frame... and i want to target only one frame...

  3. #3
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871
    I can do more for you if you show the code you have so far. Anyway, to target only one frame you can use the WebBrowser.Document property, which holds a reference to the frameset page. Then locate the frame like this: WebBrowser.Document.frames(0)
    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
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011
    Can we use the name of frame instead of index number?

  5. #5

    Thread Starter
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    Resolved

    Done.. Thanx...My Problem is resolved

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