CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    48

    Print w/Multiple Doc Types

    I've successfully (finally) implemented Multiple Doc Types. The different documents display fine according to whichever menu/toolbar item selected...HOWEVER!, when I open the document that was originally created with the AppWizard the "Print" menuitem & toolbar become enabled, when I open the document I've added the "Print" menuitem & toolbar stay disabled. I thought, with multiple doc types, the Print function worked for all the doc types...I must be miss'n something. Anyone else encounter this and fix it, or anyone have any ideas?

    I will post the code I've used to create the doc types if that will help.

    thanks for anything you can offer.





  2. #2
    Join Date
    Oct 1999
    Posts
    48

    Re: Print w/Multiple Doc Types

    I got it.


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