Re: Correct opening of my software by double clicking on a file within windows

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
>
>


.



Relevant Pages