CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    1,029

    When closing a doc can I prevent the main menu from being displayed again?

    Hello all,
    there is a certain point in my program where when I close a document, I want its menu to stay loaded instead of loading the default mainframe menu again.. how can I best acheive this?

    Thanks!

  2. #2
    igbrus is offline Elite Member Power Poster
    Join Date
    Aug 2000
    Location
    Los Angeles
    Posts
    4,658
    Override OnCloseDocument( ); for your document class

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