Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print WinWord from assigned DC ?!
Message
De
17/01/2001 22:39:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Print WinWord from assigned DC ?!
Divers
Thread ID:
00465003
Message ID:
00465003
Vues:
44
How can I print word document from assigned hDC within program ?

I Have try to do the following
oWord=CREATE('Word.Application')
oWord.Documents.OPEN('c:\my documents\test.DOC')
oWord.ActiveDocument.PrintOut(0)
oWord.ActiveDocument.CLOSE(0)
oWord.QUIT(0)
RELEASE oWord



But word print out to printer sepeartely

how can i make it to print to the program's hDC ?!

Thanks
Répondre
Fil
Voir

Click here to load this message in the networking platform