Re: Correct opening of my software by double clicking on a file within windows
- From: "Scot T Brennecke" <ScotB@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 1 Aug 2005 09:56:43 -0500
If you step through in the debugger, you'll see that the framework calls your document's
OnOpenDocument in both cases. You'll need to be more specific about what you really mean by "the
view at first is not displayed correctly. It seems as if neither OnInitialUpdate() nor OnUpdate()
are being used here. . . ."
"Thomas Schliesch" <tschliesch@xxxxxxxxxxx> wrote in message
news:dcja71$r1p$00$1@xxxxxxxxxxxxxxxxxxxx
> Following problem:
>
> Opening stored documents from within my own software works right.
> After installing my program within windows and double clicking
> on respective files which belong to my software, the program opens
> but the view at first is not displayed correctly. It seems as if neither
> OnInitalUpdate() nor OnUpdate() are beeing used here by the doc-view
> architecture.
>
> Who knows a solution ?
> Who knows how doc/view behaves when starting the software
> from double clicking on a respective file from within windows ?
>
> Compiler is MS Visual C++, Enterprise Edition, Version 6.
>
> Best regards and thanks in advance
>
> Thomas
>
>
.
- Follow-Ups:
- Re: Correct opening of my software by double clicking on a file within windows
- From: Thomas Schliesch
- Re: Correct opening of my software by double clicking on a file within windows
- References:
- Correct opening of my software by double clicking on a file within windows
- From: Thomas Schliesch
- Correct opening of my software by double clicking on a file within windows
- Prev by Date: Calling one view from other view
- Next by Date: Re: Calling one view from other view
- Previous by thread: Correct opening of my software by double clicking on a file within windows
- Next by thread: Re: Correct opening of my software by double clicking on a file within windows
- Index(es):
Relevant Pages
|