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

    Hide Printing Message in ReportViewer

    Please refer to attached. How can I hide the box "Printing Page 1 of document" after we click the print button in report viewer?
    Attached Images Attached Images  

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Hide Printing Message in ReportViewer

    I think you could use a timer with a small interval. Then, make use of the FindWindow and FindWindowEx and ShowWindow APIs to hide the form. Look these APIs up on MSDN

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