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

Threaded View

  1. #1
    Join Date
    Mar 2001
    Location
    Albuquerque, NM
    Posts
    12

    CPrintDialog Debug vs Release

    I haven't figured this one out, so I need your help.

    In ALL of my VC/MFC apps, the Print Dialog in the release version is different than the Print Dialog in the debug version.

    The debug version gives me the nice modern looking dialog with an image list of printers.
    The release version gived me the old style dialog with the droplist of printers.

    I want the NEW dialog in my release version!

    What do I need to do??
    I attached some screen captures of the two dialogs.

    Geno Carman
    Attached Images Attached Images

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