Generate a New Form with a web browser component.
Programatically and Dynamically.
[php]
Public Sub NewForm()
Dim FormW As New Form()
Dim WebB As New Webbrowser()
End Sub
[/php]
I am exhausted, but essentially you need to dynamically create a Form and add the control, Set it's position to the right of the original form.