Skip to content

Instantly share code, notes, and snippets.

@codebeta
Created April 25, 2016 23:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codebeta/abb53eec02fe7f19a1ea9ddb8fa70061 to your computer and use it in GitHub Desktop.
Save codebeta/abb53eec02fe7f19a1ea9ddb8fa70061 to your computer and use it in GitHub Desktop.
Public Sub NewWindow3( ByRef pDisp As Object, ByRef cancel As Boolean, ByVal flags As Integer , ByVal URLContext As String , ByVal URL As String )
Dim frmWB As spmlWebBrowser = New spmlWebBrowser
frmWB.MdiParent = spmltMain
frmWB.Show()
frmWB.loadURL(URL)
cancel = True
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment