WebBrowser Control
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I use a webbrowser contorl to navigate a page in my program. But when the page has frameset, only the first frame will be displayed in this control. So, how can I display pages with frames? Thank you.
Hmmm. I have have done this, but did not have any problems. Are you sure the HTML is correct? I also think that each frame is treated as a window, but dont take that to the bank. In other words, I am not sure I understand your problem. If you are trying to open an HTML file that has a tag in it the web browser control should just open it. You may want to make sure your web browser control is big enough to display all of the frames. I don't think I am helping much, but I hope it does.