CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    The Screen is going blank when printing

    Hello, everybody !

    I have the following problem:

    I have an MDI-Application with 4 splitter-windows. Each splitter-window has 3 splitters. Now i want to print data from one Splitter (used as a List-Report-View).
    I need to print a lot of that data, but when i do so , the whole Application-Window gets blank - there is only white space left. When the printing is finished the screen restore and everything is ok - What can i do to prevent the window from going blank while printing ?

    thanx in advance for your help







  2. #2
    Guest

    One thing i have forgotton

    I have forgotton to say how i print the Data:
    I simply use C-Command like 'fwrite' etc encaplulated in a class, which gets here data from the Report-View and print the data in a loop.


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