CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    India, West Bengal
    Posts
    36

    printing control in VB script

    I want to be able to print the html page retturned thru the ASP file to a printer and enforce page-break, headers on every page, setting page size etc. Otherwise printing an HTML page results in continous printing across tear-off margins of continous stationery.
    How do I implement this ?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: printing control in VB script

    if you own IE 5 you should take a look at the CSS attributes for printing like page-break-before and so on. But that's not VB related.


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

Featured