Webbroswer control, how to start it framed?

Is there any way to start a webbrowser control framed? I need a top and bottom frame of equal size.

And ( if the above is possible) what would the method be to load into the individual frames?

I looked thru all the options of the webbrowser control but could not find any "frame" option.

Thanks for any help!

Carl

[327 byte] By [Zep--] at [2007-12-16]
# 1
You can do it, just make 2 frames, and embed the control.

Look here for some good frames examples.

http://www.w3schools.com/html/html_frames.asp

Dustin_H at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Thanks Dustin,

I know how to make a frame in HTML, I just thought there might be an even easier way with the webbrowser control, something like

webbrowser1.frame1
webbrowser1.frame2
etc..

I did go ahead and use html while waiting for an answer, with the document option of webbrowser control.

Carl

Zep-- at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...