Добрый день.
Вопрос опять по WB
Как мне сделать так, чтобы опри открытии ссылки в новом окне не загружался IE, а открывалось мое окошко?
Событие NewWindow3 не работает
Естественно, это же создается новый инстанс IE, BeforeNavigate2 происходит в нем.BeforeNavigate2 есть, но он не работает когда ссылка открывается в новом окне.
The WebBrowser control has an opportunity to handle the new window creation itself. If it does not, a top-level Internet Explorer window is created as a separate (nonhosted) process.
Create a new, hidden, nonnavigated WebBrowser or InternetExplorer object that is returned in ppDisp. Upon return from this event, the object that fired this event will then configure and navigate (including a BeforeNavigate2 event) the new object to the target location.
Dim frm As Form
Set frm = New Form1
frm.Show
Set ppDisp = frm.WB1.object
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 58