Print Preview not using any office application ? 
Author Message
 Print Preview not using any office application ?

For simple text file print previews I use Wordpad (almost certain it will
be on any Win95 system, unless the user specifically renames or removes
it).  For safety, shell using "write.exe", this will assure backwards
compatibility with Win 3.x systems.  For win95 there is a tiny write.exe
which immediately shells to Wordpad.

code fragment:

dim pid as long

pid = shell("write.exe c:\testfile.txt",3)



Quote:
> I would like to implement a print preview option like the one in MS Word
> but without having to rely on the end user having any other app installed
> like Office or SmartSuite ?

> Any ideas ?

> Thanks In advance
> Ian Lilleby





Wed, 13 Oct 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Print preview works but printing does not

2. Printing and using the Print Preview Control?

3. Q: Printing to screen using multi fonts (ie, print preview)

4. Disabled print button in preview of .rpt file called using print engine

5. disable print to file in print preview using Crystal Reports 4.6

6. Printing Access reports or using Access to print/preview reports

7. Application not using the PRINTER object settings when printing a report with PRINTREPORT

8. Print Preview for VB 4 Application

9. Print Preview for VB 4.0 Applications

10. ACC97: OutputTo-RTF does not look like Print/Preview

11. Printed output not same as Preview window

12. Crystal Report DOES NOT print/preview

 

 
Powered by phpBB® Forum Software