Otto wrote:WORD2007 makes for every docx also a
thumbnail.wmf .
How can I open a wmf-file?
#include "fivewin.ch"
function main()
local aPalBmp, oWnd
DEFINE WINDOW oWnd TITLE "WMF-VIEWER"
aPalBmp := oWnd:ReadPalBmpEx( "sample.wmf" )
ACTIVATE WINDOW oWnd ;
ON PAINT oWnd:SayPalBmp( aPalBmp )
PalBmpFree( aPalBmp[ 1 ], aPalBmp[ 2 ] )
return nil
oWord:ActiveDocument:SaveAs2( "D:\anser.docx", 16, .F., "", .T., "", .F., .F., .F., .F., .F., 0 )
cnavarro wrote:Anser as Word is configured so that documents created by users the Thumbnail be included?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 92 guests