blah blah blah is here! blah blah » Close

0
votes
1 answers

Print a datagridview with a header and footer

How to print a datagridview with a specific header and footer?

0
votes
0 answers

printing a tabpage content

hi guys! i properly set all the controls value in my tabPage in a tabControl in c#, now i want to print the entire tabPage content. if u guide me with some details(code example) it will be my pleasure thanks

0
votes
1 answers

access custom attributes of print job

Hi, a bit difficult problem i have:) i have print job interigation system and i have custom attributes added to the job. (they are accessible with right button, properties and detail pane) is there any way how to read those through p ...

0
votes
4 answers

C# Network Printing

I am able to get the list of network printers via this code: private void Form1_Load(object sender, EventArgs e) { foreach (String printer in PrinterSettings.InstalledPrinters) { li ...

0
votes
0 answers

printing a dataGrideView...

hi i want to code my application to print my dataGrideView containts so how ??? best regards!

1
votes
2 answers

C# Printing

I thought that C# printing is straightforward.. but when I try it, it does not work. where did I go wrong? Upon click of the button, it is able to feed in the paper in the printer, but out come the paper is blank. When I open the test.txt f ...

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 ...

0
votes
1 answers

printing with thermal printer using c#

Hi, I am brand new to printing to a thermal printer using c# asp.net, and i need your help guys to give me where can i find tutorial how can i connect and print to thermal printer using c#. i am using VS 2008 PRO .NET 3.5 please help ...

Feedback