Results 1 to 2 of 2

Thread: VB, print this Html Please?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    234

    Question VB, print this Html Please?

    Hello, how do i print a html file using VB Thank you

  2. #2
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: VB, print this Html Please?

    Use the webbrowser component. Then,

    VB Code:
    1. Private Sub Command1_Click()
    2.     WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
    3. End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width