|
-
Mar 10th, 2002, 06:39 PM
#2
PowerPoster
Yep, I'm using the code;
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim F As Form
Set F = frmBrowser
F.Show
End Sub
Is there anything wrong with that??
I have the same code in my Menu, for opening a New Window, but as I said above, in the WebBrowser its opening in IE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|