Should.
 
I tested this with the sample vb .net I posted for you awhile back:
 

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

mb.Navigate2("http://www.vipercorp.com/test.htm")

End Sub

Private Sub mb_NewWindow2(ByVal sender As Object, ByVal e As AxMOZILLACONTROLLib.DWebBrowserEvents2_NewWindow2Event) Handles mb.NewWindow2

Dim test As New AxMOZILLACONTROLLib.AxMozillaBrowser

Dim a As New Form

test.Parent = a

test.Dock = DockStyle.Fill

a.Show()

e.ppDisp = test.Application

End Sub

"Πάρις Κουτσιούκης" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
hi im using the vb6 in order to make a web browser with mozilla control.
iwant to know how ican make the links with target name like "_blank" to open in new window.
iwrote code in newwindow2 event but nothing happens thanks.
--
Κυπαρίσσης (Πάρις) Κουτσιούκης
Φοιτητής Του Μαθηματικού
  • ... Πάρις Κουτσιούκης
    • ... Tom Peters
      • ... Πάρις Κουτσιούκης
        • ... Tom Peters
          • ... ����� �����������
            • ... ����� �����������

Reply via email to