CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    1

    print without a print dailog box to appear

    has any one written a active x control when u print a web page the printer dailog box is not shown. it automatically prints the web page without showing the printer dailog box.


  2. #2
    Join Date
    May 2001
    Location
    MO, USA
    Posts
    87

    Re: print without a print dailog box to appear

    yeah just change the print code

    reportname.print true 'shows the dialog box
    reportname.print false 'does not show the dialog box


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