|
-
May 23rd, 2004, 05:08 AM
#1
Thread Starter
Frenzied Member
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.
-
May 23rd, 2004, 05:27 AM
#2
Thread Starter
Frenzied Member
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...
-
May 23rd, 2004, 05:46 AM
#3
Fanatic Member
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
-
May 23rd, 2004, 06:23 AM
#4
Thread Starter
Frenzied Member
Can we use the name of frame instead of index number?
-
May 23rd, 2004, 06:52 AM
#5
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|