i would like to make a new context menu for my web browser but how do i make it so when a image is clicked then it displays the option to print?
Thanks
DJLunacy
Printable View
i would like to make a new context menu for my web browser but how do i make it so when a image is clicked then it displays the option to print?
Thanks
DJLunacy
Try this, I haven't tested it because i don't have my printer with me, but it might work :)
------------------Code:Private Sub Menu_Click()
On Error GoTo myerr:
cdlg.CancelError = True
cdlg.DialogTitle = "Print"
cdlg.ShowPrinter
Printer.Print brwWebBrowser.Document
Printer.EndDoc
myerr:
End Sub
david
Teenage Programmer
[This message has been edited by da_silvy (edited 01-03-2000).]
*bump* :D
don't embarass me :p
so mean :D