Hello, how do i print a html file using VB :confused: Thank you
Printable View
Hello, how do i print a html file using VB :confused: Thank you
Use the webbrowser component. Then,
VB Code:
Private Sub Command1_Click() WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER End Sub