Click here to Skip to main content
15,912,204 members
Home / Discussions / C#
   

C#

 
QuestionMicrosoft.Office.Interop.Word Pin
zt.Prog28-Jan-07 21:03
zt.Prog28-Jan-07 21:03 
AnswerRe: Microsoft.Office.Interop.Word Pin
Michael Sterk28-Jan-07 21:17
Michael Sterk28-Jan-07 21:17 
GeneralRe: Microsoft.Office.Interop.Word Pin
zt.Prog28-Jan-07 21:50
zt.Prog28-Jan-07 21:50 
GeneralRe: Microsoft.Office.Interop.Word Pin
szukuro29-Jan-07 0:49
szukuro29-Jan-07 0:49 
GeneralRe: Microsoft.Office.Interop.Word Pin
zt.Prog29-Jan-07 1:09
zt.Prog29-Jan-07 1:09 
GeneralRe: Microsoft.Office.Interop.Word Pin
s mohit1-Jun-12 20:39
s mohit1-Jun-12 20:39 
AnswerRe: Microsoft.Office.Interop.Word Pin
Abisodun29-Jan-07 2:52
Abisodun29-Jan-07 2:52 
Questionhow do i remove header and footer before i start to print the document Pin
Support12328-Jan-07 20:56
Support12328-Jan-07 20:56 
Hi all,

we generate xml code with our application and then we create a html document by combining th xml and pre-created xsl. We use the following code to print the resulting html document...
Process myProcess = new Process();<br />
                        myProcess.StartInfo.FileName = TemplatePath + "\\Invoice.HTML";<br />
                        myProcess.StartInfo.Verb = "Print";<br />
                        myProcess.StartInfo.CreateNoWindow = true;<br />
                        myProcess.Start();


Now, are there any added lines that would remove the header (by default: Page 1 of 1) and the footer (by default: "the file path" and "todays date") before i print the document?

Thank you in advance

"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison

AnswerRe: how do i remove header and footer before i start to print the document Pin
andre_swnpl29-Jan-07 0:49
andre_swnpl29-Jan-07 0:49 
GeneralRe: how do i remove header and footer before i start to print the document Pin
Support12329-Jan-07 1:44
Support12329-Jan-07 1:44 
GeneralRe: how do i remove header and footer before i start to print the document Pin
andre_swnpl29-Jan-07 1:58
andre_swnpl29-Jan-07 1:58 
QuestionHow to change the backcolor of the columns in a Listview control Pin
anu8128-Jan-07 20:50
anu8128-Jan-07 20:50 
AnswerRe: How to change the backcolor of the columns in a Listview control Pin
Seishin#28-Jan-07 21:20
Seishin#28-Jan-07 21:20 
GeneralRe: How to change the backcolor of the columns in a Listview control Pin
anu8128-Jan-07 23:55
anu8128-Jan-07 23:55 
GeneralRe: How to change the backcolor of the columns in a Listview control Pin
Seishin#29-Jan-07 2:33
Seishin#29-Jan-07 2:33 
QuestionHow to get username of a user who have currently opened a shared Excel file for editing? Pin
Jyothi L28-Jan-07 20:49
Jyothi L28-Jan-07 20:49 
QuestionCosmetic problem Pin
Glen Harvy28-Jan-07 20:47
Glen Harvy28-Jan-07 20:47 
AnswerRe: Cosmetic problem Pin
Stefan Troschuetz28-Jan-07 21:11
Stefan Troschuetz28-Jan-07 21:11 
Questionbinding windows user control in a windows Form dynamically Pin
Irshad Ahmed28-Jan-07 20:26
Irshad Ahmed28-Jan-07 20:26 
AnswerRe: binding windows user control in a windows Form dynamically Pin
quiteSmart28-Jan-07 20:59
quiteSmart28-Jan-07 20:59 
QuestionGet a table through Webbrowser object? Pin
TuanNH8528-Jan-07 20:06
TuanNH8528-Jan-07 20:06 
AnswerRe: Get a table through Webbrowser object? Pin
blue_arc28-Jan-07 20:15
blue_arc28-Jan-07 20:15 
GeneralRe: Get a table through Webbrowser object? Pin
TuanNH8528-Jan-07 20:22
TuanNH8528-Jan-07 20:22 
GeneralRe: Get a table through Webbrowser object? Pin
blue_arc28-Jan-07 22:51
blue_arc28-Jan-07 22:51 
QuestionHow to recieve/send mail through mail server in C# Pin
RoshanSrivastava28-Jan-07 20:00
RoshanSrivastava28-Jan-07 20:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.