Hi...

I need to find a way to capture the temporary graphic file that is created when a document is printed. This graphic is in .EMF format, and is saved in the Windows\Temp directory whenever a document is printed, and deleted upon print completion.

This file is named ~EMFxxxx.TMP where xxxx is randomly generated.

My aim is to find a way of capturing this temporary graphic that is created so that i can insert it into a Rich Text Format document using Microsoft Word. The reason for this is that saving the file as an rtf document will allow for a wider range of users being able to open the document, than would be possible sending it in a proprietory Microsoft format.

Anyone with ideas on how to implement this in Visual Basic????

All help given is much appreciated. Thanks
drunkensmurf