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

Thread: Print PreView

  1. #1
    Join Date
    May 1999
    Posts
    2

    Print PreView

    How I can get a print preview in visual c.

    I have a program that start by a dialogbox.

    I have some CString that i want to print preview its and draw a rectangolar arround them.

    Please help me.

    Best regards

    khalil zare from Iran


  2. #2
    Join Date
    May 1999
    Posts
    4

    Re: Print PreView

    The framework itself supports print preview, so you do not need to worry much about it.


  3. #3
    Join Date
    May 1999
    Posts
    2

    Re: Print PreView

    Dear Sumathi

    Thank you for your help.

    My program start with a dialog box.
    I have some cstring in this dialog box and there is a bottom (Report Bottom) that event to "OnReport" prodecure.
    I want to fill this prodecure with some command that pre view my cstrings in a box.

    But i donn't know any thing.


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