Word from OLE Structured Storage creates a temp file

Z

ZKZ

Hi

I have a plugin similar to the DSOFramer control (Microsoft Samples). I have created a structured storage in memory (from a word .doc file) and open that successfully in Word inside the control. However there is temporary ~WRO0000.doc file created in TEMP folder that I dont want to be created. (For Excel and Powerpoint files this temp file doesnt get created)

Any help on how to open this word file from structured storage without creating this temp file would be a great great help

Thanks!
 
J

Jezebel

Word *always* creates a temp file: when you're working on a Word document,
you're always working on the temporary copy, not the original.


ZKZ said:
Hi,

I have a plugin similar to the DSOFramer control (Microsoft Samples). I
have created a structured storage in memory (from a word .doc file) and open
that successfully in Word inside the control. However there is temporary
~WRO0000.doc file created in TEMP folder that I dont want to be created.
(For Excel and Powerpoint files this temp file doesnt get created).
Any help on how to open this word file from structured storage without
creating this temp file would be a great great help.
 
Top