Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have an xls file i would like to printout from my application. So far i have found this example for printing in general Process pr = new Process(); pr.StartInfo.FileName = "MyFile.xls"; pr.StartInfo.CreateNoWindow = true; pr.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; pr.StartInfo.Verb = "Print"; pr.Start(); pr.WaitForExit(); pr.Dispose(); this prints good but the problem i would like to hide excel from the user or find an alternative way to print the file, without user being aware of any other processes except printing, any ideas or help i greatly appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
import data from txt file to an existing excel file | Excel Discussion (Misc queries) | |||
How do I add a worksheet to an existing EXCEL file? | Excel Worksheet Functions | |||
Printing an existing excel file in C# | Excel Programming | |||
Creating a new excel file from an existing file using macro | Excel Programming | |||
Open existing Excel file | Excel Discussion (Misc queries) |