blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Printing

Hi I am printing from C# using the System.Drawing.Printing.PrintDocument functions, this works fine but I cannot work out how to rename the print job the application spit out (be it going to a PDF printer or a physical printing device) T ...

1
votes
1 answers

C# ScaleTransform with sync. panel resizing?

Hi Everyone I'm writing a simple drawing application, in this application the user will be able to "zoom" in and out of the simple line / box collections they have made. To do this I have been using the ScaleTransform function ...

0
votes
1 answers

Rich text box line end

Hi everyone I have a rich text box on a form that contains a number of lines of text (part of an app console system). I’m looking for a way to fill each line (after my text) with tabs or spaces to the end of the text box's current line (fo ...

0
votes
1 answers

Scrolling multiple drawing objects?

Hi I’m new to drawing in C# and was after a bit of help with how to do the following correctly: I have a panel with scroll bars on that I currently paint a number of shapes onto. The number of shapes is variable and so sometimes will be o ...

Feedback