Click here to Skip to main content
15,928,556 members
Home / Discussions / C#
   

C#

 
Generalrequired selected color dropout logic Pin
montu337728-Mar-05 0:10
montu337728-Mar-05 0:10 
GeneralMultiple files class Pin
danidanidani27-Mar-05 23:26
danidanidani27-Mar-05 23:26 
GeneralRe: Multiple files class Pin
matthias s.28-Mar-05 0:48
matthias s.28-Mar-05 0:48 
GeneralRe: Multiple files class Pin
danidanidani28-Mar-05 0:58
danidanidani28-Mar-05 0:58 
QuestionHow to change system time? Pin
pmasknguyen27-Mar-05 23:04
pmasknguyen27-Mar-05 23:04 
AnswerRe: How to change system time? Pin
JockerSoft28-Mar-05 0:37
JockerSoft28-Mar-05 0:37 
QuestionHow do we print one line at a time? Pin
WillStay27-Mar-05 22:43
WillStay27-Mar-05 22:43 
AnswerRe: How do we print one line at a time? Pin
Dave Kreskowiak28-Mar-05 5:25
mveDave Kreskowiak28-Mar-05 5:25 
You'll need to skip the normal printing functions entirely. When using these functions, your not printing to the printer, but to a graphics object that represents the image of the page. When that graphics object is completely drawn (in your case, a single line of text), the image contained in the graphics object (the ENTIRE page) is then sent to the printer driver for print.

You can find an example of printing directly to the printer here[^] on MSDN.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: How do we print one line at a time? Pin
Anonymous28-Mar-05 6:21
Anonymous28-Mar-05 6:21 
GeneralRe: How do we print one line at a time? Pin
Dave Kreskowiak29-Mar-05 1:41
mveDave Kreskowiak29-Mar-05 1:41 
GeneralVALIDATING TEXT BOX DOES NOT WORK Pin
maheshfour27-Mar-05 22:42
maheshfour27-Mar-05 22:42 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
Darryl Borden28-Mar-05 10:12
Darryl Borden28-Mar-05 10:12 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
ameto31-Mar-05 23:09
ameto31-Mar-05 23:09 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
Darryl Borden1-Apr-05 2:38
Darryl Borden1-Apr-05 2:38 
GeneralSubst in c# .net (problem only in xp) Pin
orikoren27-Mar-05 22:35
orikoren27-Mar-05 22:35 
GeneralPC routing table management Pin
UrbanSpaceman27-Mar-05 22:19
UrbanSpaceman27-Mar-05 22:19 
GeneralRe: PC routing table management [EDITED] Pin
Dave Kreskowiak28-Mar-05 5:16
mveDave Kreskowiak28-Mar-05 5:16 
GeneralMultiple connections Pin
Micu Radu27-Mar-05 22:05
Micu Radu27-Mar-05 22:05 
GeneralRichTextBox formatting Pin
Micu Radu27-Mar-05 21:56
Micu Radu27-Mar-05 21:56 
GeneralUpdating a database entry Pin
Brycestro27-Mar-05 19:49
Brycestro27-Mar-05 19:49 
Generalhelp me plz :: console window opening in Window Application programm Pin
Member 178719027-Mar-05 18:44
Member 178719027-Mar-05 18:44 
GeneralRe: help me plz :: console window opening in Window Application programm Pin
S. Senthil Kumar27-Mar-05 19:08
S. Senthil Kumar27-Mar-05 19:08 
GeneralSending xml to client Pin
Member 183108627-Mar-05 17:28
Member 183108627-Mar-05 17:28 
GeneralRe: Sending xml to client Pin
Kodanda Pani27-Mar-05 18:34
Kodanda Pani27-Mar-05 18:34 
GeneralRe: Sending xml to client Pin
Member 183108627-Mar-05 19:26
Member 183108627-Mar-05 19:26 

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.