Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print WinWord from assigned DC ?!
Message
From
17/01/2001 22:39:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Print WinWord from assigned DC ?!
Miscellaneous
Thread ID:
00465003
Message ID:
00465003
Views:
45
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
Reply
Map
View

Click here to load this message in the networking platform