CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2000
    Posts
    66

    Any way to show Print Setup Dialog in VB?

    Windows Common Dialog Control only can show the Printer, not the Print Setup Dialog which
    can be found in many software such as VB itself. I'm going to use Crystal Report, but don't
    know how to prompt the Print Setup Dialog to the user.

    Thanks in advance.

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

  2. #2
    Join Date
    Dec 2000
    Posts
    66

    Re: Any way to show Print Setup Dialog in VB?

    I have found a post early in this board talking about it.

    Thanks anyway.

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

  3. #3
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Re: Any way to show Print Setup Dialog in VB?

    I prefer to use VideoSofts VSVIEW control, instead of Crystal Reports, which has a printer control in it that allows you to do what you want. It is a very versatile control and it seems to give you much more control over your print functions than CR does but yes it does cost money unfortunately. You should be able to find it at VideoSoft.com


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