Run-time error '70': Permission Denied
279328 Patch Available for "Browser Print Template" Vulnerability
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
Private Sub Command1_Click()
WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER, _
"http://localhost/yourPrintTemplate.htm"
End Sub
Private Sub Form_Load()
WebBrowser1.Navigate2 "http://www.microsoft.com/ms.htm"
End Sub
Keywords: KB308649, kbwebbrowser, kbprb