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

C#

 
GeneralRe: Help with Excel Pin
MumbleB30-May-08 2:52
MumbleB30-May-08 2:52 
GeneralRe: Help with Excel Pin
parth.p30-May-08 2:53
parth.p30-May-08 2:53 
GeneralRe: Help with Excel Pin
MumbleB30-May-08 3:19
MumbleB30-May-08 3:19 
GeneralRe: Help with Excel Pin
parth.p30-May-08 3:39
parth.p30-May-08 3:39 
Questionavi to mpeg conversion in C# Pin
DeepOceans30-May-08 1:53
DeepOceans30-May-08 1:53 
AnswerRe: avi to mpeg conversion in C# Pin
carbon_golem30-May-08 2:25
carbon_golem30-May-08 2:25 
Questionthis application has failed to start because the application configuration [modified] Pin
neyerMat30-May-08 1:44
neyerMat30-May-08 1:44 
QuestionProblem to show PrintPreview with WebBrowser. Pin
hdv21230-May-08 1:31
hdv21230-May-08 1:31 
hi i want to report from my data with following code :
string htmText = System.IO.File.ReadAllText("Report\\report.htm");
htmText = htmText.Replace("[name]", this.txtName.Text);
htmText = htmText.Replace("[family]", this.txtFamily.Text);
htmText = htmText.Replace("[id]", this.txtStudentNo.Text);
this.webBrowser1.DocumentText = htmText;

this.webBrowser1.ShowPrintPreviewDialog();

it works good, but, at runTime, the printPreviewDialog has a button named 'HeaderFooter' that show header and footer info, is there any way to access HeaderFooter's text and change it by code ?
thanks
QuestionFiltering a typed datatable problem Pin
blakey40430-May-08 0:17
blakey40430-May-08 0:17 
AnswerRe: Filtering a typed datatable problem Pin
Rob Smiley30-May-08 5:25
Rob Smiley30-May-08 5:25 
GeneralRe: Filtering a typed datatable problem Pin
blakey40430-May-08 7:51
blakey40430-May-08 7:51 
GeneralRe: Filtering a typed datatable problem Pin
blakey40430-May-08 7:57
blakey40430-May-08 7:57 
GeneralRe: Filtering a typed datatable problem Pin
Rob Smiley30-May-08 8:56
Rob Smiley30-May-08 8:56 
AnswerRe: Filtering a typed datatable problem Pin
blakey40430-May-08 12:59
blakey40430-May-08 12:59 
QuestionReading word formatting in C# Pin
kindzal29-May-08 23:00
kindzal29-May-08 23:00 
QuestionHelp in Database Connection Pin
Saiyed Alam29-May-08 21:54
Saiyed Alam29-May-08 21:54 
AnswerRe: Help in Database Connection Pin
Harvey Saayman29-May-08 22:24
Harvey Saayman29-May-08 22:24 
GeneralRe: Help in Database Connection Pin
Saiyed Alam30-May-08 1:34
Saiyed Alam30-May-08 1:34 
GeneralRe: Help in Database Connection Pin
Harvey Saayman30-May-08 1:40
Harvey Saayman30-May-08 1:40 
GeneralRe: Help in Database Connection Pin
Saiyed Alam30-May-08 1:54
Saiyed Alam30-May-08 1:54 
GeneralRe: Help in Database Connection Pin
Harvey Saayman30-May-08 1:58
Harvey Saayman30-May-08 1:58 
GeneralRe: Help in Database Connection Pin
Saiyed Alam30-May-08 16:22
Saiyed Alam30-May-08 16:22 
AnswerRe: Help in Database Connection Pin
Ashfield30-May-08 1:35
Ashfield30-May-08 1:35 
GeneralRe: Help in Database Connection Pin
Saiyed Alam30-May-08 16:30
Saiyed Alam30-May-08 16:30 
Questionerror stop a Windows service Pin
George_George29-May-08 21:45
George_George29-May-08 21:45 

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.