#include "fivewin.ch"
FUNCTION Main()
LOCAL oCommDlg, oFiles
oCommDlg := FWGetOleObject( "WIA.CommonDialog" )
oFiles := FWGetOleObject( "WIA.Vector")
oFiles:Add("c:\fwh\bitmaps\007.bmp")
oFiles:Add("c:\fwh\bitmaps\dbglogo.bmp")
oCommDlg:ShowPhotoPrintingWizard(oFiles)
RETURN nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 65 guests