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]
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