Displaying different dialog on download

Val
07-20-2003, 10:02 AM
Hi,
I have a webbrowser on the form, and I want to display my own dialog instead of IE's when the file is about to download. Is there any way to do this?
------------------------
And second, I have Open Popups In Same Window option and this code on newwinow event handler:

Sub Browser_NewWindow2(...)
'...
If mnuViewPopupSW.Checked Then
Browser.Stop
Set ppDisp = Browser.Object
End If
'...
End Sub

This code produces IE error on the page, but nothing else happens. Is there any way to fix this problem?

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum