Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
GeneralIncluding dotnetfx.exe in deployment project Pin
kyledunn25-Jan-02 8:37
kyledunn25-Jan-02 8:37 
GeneralRe: Including dotnetfx.exe in deployment project Pin
James T. Johnson25-Jan-02 9:05
James T. Johnson25-Jan-02 9:05 
GeneralRe: Including dotnetfx.exe in deployment project Pin
kyledunn25-Jan-02 9:26
kyledunn25-Jan-02 9:26 
GeneralPlease tell me why Pin
25-Jan-02 4:05
suss25-Jan-02 4:05 
GeneralRe: Please tell me why Pin
James T. Johnson25-Jan-02 7:33
James T. Johnson25-Jan-02 7:33 
GeneralRe: Please tell me why Pin
26-Jan-02 5:44
suss26-Jan-02 5:44 
GeneralPrinting, wrapping text, pagination, etc. Pin
kyledunn24-Jan-02 5:43
kyledunn24-Jan-02 5:43 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
Peter Stephens25-Jan-02 7:55
Peter Stephens25-Jan-02 7:55 
Try www.gotdotnet.com.

They have some useful articles on GDI+. From my experience I would recommend using GraphicsUnit.Document (1/300 inch) as a scale mode. I tried using pure inches and encountered terrible roundoff errors in the GDI matrix transformations.

One issue I was not able to overcome with managed code was the printer's page offset. (0,0) is at the upper left corner in the print preview, but offset by some arbitrary amount when printing (presumably different for each printer.) This information can be found out with Win32, but seemingly not with Managed Code. Frown | :(

--
Peter Stephens
GeneralRe: Printing, wrapping text, pagination, etc. Pin
kyledunn25-Jan-02 8:11
kyledunn25-Jan-02 8:11 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
Peter Stephens25-Jan-02 10:16
Peter Stephens25-Jan-02 10:16 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
kyledunn25-Jan-02 10:21
kyledunn25-Jan-02 10:21 
GeneralJust wondering about the lag... Pin
TheFLC23-Jan-02 21:50
TheFLC23-Jan-02 21:50 
GeneralRe: Just wondering about the lag... Pin
James T. Johnson24-Jan-02 7:49
James T. Johnson24-Jan-02 7:49 
GeneralRe: Just wondering about the lag... Pin
TheFLC24-Jan-02 9:36
TheFLC24-Jan-02 9:36 
GeneralDirectory.GetFiles() Pin
23-Jan-02 2:03
suss23-Jan-02 2:03 
GeneralRe: Directory.GetFiles() Pin
Peter Stephens23-Jan-02 9:59
Peter Stephens23-Jan-02 9:59 
QuestionToolband with C#? Pin
22-Jan-02 15:32
suss22-Jan-02 15:32 
Questiontemplate classes?????? Pin
TheFLC21-Jan-02 22:00
TheFLC21-Jan-02 22:00 
AnswerRe: template classes?????? Pin
Joao Vaz22-Jan-02 4:31
Joao Vaz22-Jan-02 4:31 
AnswerRe: template classes?????? Pin
James T. Johnson22-Jan-02 4:41
James T. Johnson22-Jan-02 4:41 
GeneralRe: template classes?????? Pin
TheFLC22-Jan-02 20:28
TheFLC22-Jan-02 20:28 
GeneralRe: template classes?????? Pin
James T. Johnson22-Jan-02 21:15
James T. Johnson22-Jan-02 21:15 
AnswerRe: template classes?????? Pin
25-Jan-02 12:32
suss25-Jan-02 12:32 
Generalwho can tell me what's wrong with the code Pin
21-Jan-02 19:01
suss21-Jan-02 19:01 
GeneralRe: who can tell me what's wrong with the code Pin
James T. Johnson21-Jan-02 20:06
James T. Johnson21-Jan-02 20:06 

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.