WORD2007 makes for every docx also a
thumbnail.wmf .
How can I open a wmf-file?
I tried with testimg.prg but the file does not open.
Thanks in advance
Otto
WORD2007 makes for every docx also a
thumbnail.wmf .
How can I open a wmf-file?
I tried with testimg.prg but the file does not open.
Thanks in advance
Otto
Otto,
You can use FWH Class TMetaFile to visualize a WMF file. EMF files are also supported.
Please review FWH\samples\evans.prg
Otto wrote:WORD2007 makes for every docx also a
thumbnail.wmf .
How can I open a wmf-file?
Carlos,
I remember that I saw a very clever implementation from Otto to generate a thumbnail from any image (running app, etc) on the screen.
Basically once the image was shown, he captured the portion of the screen with the image and generated a bitmap from it.
Otto could you explain the way you did it ? many thanks



Hola HMpaquito,
Lo que encontré con esas palabras es todo para C# o .NET, sigo dándole vueltas a ver si pillo algo para C o, si no queda otra, C++.
Anserkk,
i've already got that, but, as you said, user should check the 'Generate Thumbnail" in the Save dialog. What i want seems that can be done with C#, but no path to write it in just C. I thought Otto already solved the issue, let's cross fingers
oWord:ActiveDocument:SaveAs2( "D:\anser.docx", 16, .F., "", .T., "", .F., .F., .F., .F., .F., 0 )Anser as Word is configured so that documents created by users the Thumbnail be included?
Anser, como se configura Word para que en los documentos creados por los usuarios se incluyan los Thumbnail?
cnavarro wrote:Anser as Word is configured so that documents created by users the Thumbnail be included?
Thanks, had looked at all options
He had not looked in the dialogue "Save" and "Save As"
Gracias, habia mirado en todas las opciones
No habia mirado en el dialogo "Guardar" y "Guardar como"