Click here to Skip to main content
15,898,947 members
Home / Discussions / C#
   

C#

 
AnswerRe: console.writeline Pin
stancrm9-Aug-06 3:45
stancrm9-Aug-06 3:45 
AnswerRe: console.writeline Pin
V.9-Aug-06 3:52
professionalV.9-Aug-06 3:52 
GeneralRe: console.writeline Pin
Harvey Turtle9-Aug-06 3:58
Harvey Turtle9-Aug-06 3:58 
AnswerRe: console.writeline Pin
Ed.Poore9-Aug-06 5:27
Ed.Poore9-Aug-06 5:27 
QuestionFOR XML returns query with no root, whats the best way to add one before loading it to an XMLDataDocument? Pin
Red_Wizard_Shot_The_Food9-Aug-06 3:26
Red_Wizard_Shot_The_Food9-Aug-06 3:26 
AnswerRe: FOR XML returns query with no root, whats the best way to add one before loading it to an XMLDataDocument? Pin
Larantz9-Aug-06 8:11
Larantz9-Aug-06 8:11 
Questiondifflib for .net Pin
alabax9-Aug-06 3:23
alabax9-Aug-06 3:23 
QuestionHow can I print to the printer ..... Pin
galigal159-Aug-06 3:04
galigal159-Aug-06 3:04 
How can I print to the printer some text and increment any time I print
more text.

my code:

private void printDocument_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
{
ePrint.Graphics.PageUnit = System.Drawing.GraphicsUnit.Millimeter;

// this go to metoda and return an object PrintPageEventArgs e

MiddleTable mTable = new MiddleTable(e);
mTable.PrintMiddleTable();

TopTable tTable = new TopTable(e)
tTable.PrintMiddleTable();
}

/////////////////
This is the code that will be printing in any page
I want to put him (e) in an obj - because it will be not change.

but when I print I whant to take this obj and add to him another text

I want that the code will not repeat on top will not repeat.

Confused | :confused: Confused | :confused: Confused | :confused:

QuestionWrite pictures to CD/DVD Pin
kkadir9-Aug-06 2:48
kkadir9-Aug-06 2:48 
Question"Handle is not Initialized" Error Pin
Mvelo9-Aug-06 1:49
Mvelo9-Aug-06 1:49 
AnswerRe: "Handle is not Initialized" Error Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:31
Ennis Ray Lynch, Jr.9-Aug-06 2:31 
QuestionHow do u draw... Pin
diddy349-Aug-06 1:47
diddy349-Aug-06 1:47 
AnswerRe: How do u draw... Pin
Guffa9-Aug-06 1:59
Guffa9-Aug-06 1:59 
Generaland normalize Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:12
Ennis Ray Lynch, Jr.9-Aug-06 2:12 
QuestionActiveX control in C# Pin
Maddie from Dartford9-Aug-06 1:31
Maddie from Dartford9-Aug-06 1:31 
QuestionC# 1.1 To C# 2.0 Problem Pin
ali khan msc9-Aug-06 1:17
ali khan msc9-Aug-06 1:17 
AnswerRe: C# 1.1 To C# 2.0 Problem Pin
Dave Kreskowiak9-Aug-06 1:32
mveDave Kreskowiak9-Aug-06 1:32 
GeneralRe: C# 1.1 To C# 2.0 Problem Pin
Robert Rohde9-Aug-06 2:00
Robert Rohde9-Aug-06 2:00 
GeneralRe: C# 1.1 To C# 2.0 Problem Pin
Dave Kreskowiak9-Aug-06 5:01
mveDave Kreskowiak9-Aug-06 5:01 
AnswerRe: C# 1.1 To C# 2.0 Problem Pin
Robert Rohde9-Aug-06 2:01
Robert Rohde9-Aug-06 2:01 
QuestionDo we need to register each time while installing visual studio 2005 ? Pin
Mithun Acharya9-Aug-06 1:13
Mithun Acharya9-Aug-06 1:13 
QuestionParsing XML Pin
Vipin Venugopal9-Aug-06 0:38
Vipin Venugopal9-Aug-06 0:38 
AnswerRe: Parsing XML [modified] Pin
Andrei Ungureanu9-Aug-06 1:24
Andrei Ungureanu9-Aug-06 1:24 
QuestionDrawString & Right to left ???? [modified] Pin
Tavbi9-Aug-06 0:12
Tavbi9-Aug-06 0:12 
AnswerRe: DrawString & Right to left ???? Pin
atuldeore9-Aug-06 0:46
atuldeore9-Aug-06 0:46 

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.