|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: Sep 2007
Città: Rieti
Messaggi: 20
|
[C#] Stampa documenti Excels
Salve ragazzi,
sto cercando di stampare da codice dei documenti Excels (.xls). Attualmente sto allocando un processo per ogni documento da stampare nel modo seguente: Codice:
foreach (FileInfo f in this.toPrint) { Process myProcess = new Process(); try { myProcess.StartInfo.FileName = f.FullName; myProcess.StartInfo.Verb = "Print"; myProcess.StartInfo.CreateNoWindow = true; myProcess.Start(); } catch (Win32Exception e) {.....} Avete una qualche soluzione? Sono veramente in un vicolo cieco e non so come uscirne... Grazie in anticipo. |
![]() |
![]() |
![]() |
#2 |
Junior Member
Iscritto dal: Sep 2007
Città: Rieti
Messaggi: 20
|
Ragazzi nessuno ha un'idea di come fare?
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 13:21.