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

Thread: how to print

  1. #1
    Guest

    how to print

    I want to know, how to print graphic of form to printer but the color of background change to white (blank). Please inform me if some of you can explain me.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: how to print

    You must change the backcolor property of each control to vbwhite. Don't forget and the form too.
    After finished printing, change the colors back again to normal.

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

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