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

Search:

Type: Posts; User: VictorN

Search: Search took 0.30 seconds.

  1. Replies
    7
    Views
    2,032

    Re: What to do with OnNewDocument

    It will only depend on your implementation of these three steps.
  2. Replies
    7
    Views
    2,032

    Re: What to do with OnNewDocument

    OnNewDocument is called when you create a new document. So there is no any "read from". Just create an empty document.
    Well, you can then save trhis new created document. How would you save it...
  3. Replies
    7
    Views
    2,032

    Re: What to do with OnNewDocument

    You have to debug this program to see where and why it crashes.
    Besides, you didn't provide enough info about this projec tlike:

    is it MFC?
    is it MDI or SDI?
    is the Doc/View architecture...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured