Click here to Skip to main content
15,891,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create a toolbar Pin
Sasuko30-May-05 4:59
Sasuko30-May-05 4:59 
GeneralRe: Create a toolbar Pin
MoustafaS30-May-05 5:01
MoustafaS30-May-05 5:01 
GeneralRe: Create a toolbar Pin
Anonymous30-May-05 7:07
Anonymous30-May-05 7:07 
GeneralRe: Create a toolbar Pin
Luis Alonso Ramos30-May-05 13:44
Luis Alonso Ramos30-May-05 13:44 
GeneralRe: Create a toolbar Pin
Robert Rohde30-May-05 5:06
Robert Rohde30-May-05 5:06 
GeneralRe: Create a toolbar Pin
Sasuko30-May-05 13:06
Sasuko30-May-05 13:06 
GeneralRe: Create a toolbar Pin
Robert Rohde30-May-05 18:48
Robert Rohde30-May-05 18:48 
Generalprint datagrid Pin
georgeser30-May-05 1:25
georgeser30-May-05 1:25 
I have a windows application and in a form page are a datagrid and 2 labels.
I want to print them but I printed the label over the datagrid.
Can somebody to help me.
<<<<
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
{
PaintEventArgs myPaintArgs = new PaintEventArgs(e.Graphics, new Rectangle(new Point(230, 0), this.Size));
this.InvokePaint(grdExpenseSheet, myPaintArgs);

myPaintArgs = new PaintEventArgs(e.Graphics, new Rectangle(new Point(500, 300), this.Size));
this.InvokePaint(lbTSEmployeeContent, myPaintArgs);
}
>>>>>
QuestionIs this Really a Difficult Question??? Pin
innocent7330-May-05 0:47
innocent7330-May-05 0:47 
AnswerRe: Is this Really a Difficult Question??? Pin
Niklas Ulvinge30-May-05 2:40
Niklas Ulvinge30-May-05 2:40 
AnswerRe: Is this Really a Difficult Question??? Pin
Robert Rohde30-May-05 3:41
Robert Rohde30-May-05 3:41 
AnswerRe: Is this Really a Difficult Question??? Pin
rudy.net30-May-05 5:57
rudy.net30-May-05 5:57 
GeneralRe: Is this Really a Difficult Question??? Pin
innocent7330-May-05 21:00
innocent7330-May-05 21:00 
GeneralRe: Is this Really a Difficult Question??? Pin
rudy.net31-May-05 3:20
rudy.net31-May-05 3:20 
Generalcopying base class object to derived class object Pin
hasansheik29-May-05 23:47
hasansheik29-May-05 23:47 
GeneralRe: copying base class object to derived class object Pin
S. Senthil Kumar29-May-05 23:55
S. Senthil Kumar29-May-05 23:55 
GeneralRe: copying base class object to derived class object Pin
hasansheik30-May-05 0:04
hasansheik30-May-05 0:04 
GeneralRe: copying base class object to derived class object Pin
S. Senthil Kumar30-May-05 3:37
S. Senthil Kumar30-May-05 3:37 
GeneralWeb Service Exceptions at run time Pin
skrishnasarma29-May-05 22:43
skrishnasarma29-May-05 22:43 
GeneralCompatibilty problem with Excel 2000,Excel 2002 and Excel 2003 Pin
ksanju100029-May-05 20:05
ksanju100029-May-05 20:05 
Generalusb interfacing in C# Pin
ahsan14129-May-05 19:55
ahsan14129-May-05 19:55 
GeneralRe: usb interfacing in C# Pin
FriendlyFiend29-May-05 20:41
FriendlyFiend29-May-05 20:41 
GeneralRe: usb interfacing in C# Pin
eggie529-May-05 20:48
eggie529-May-05 20:48 
GeneralRun tlbimp programatically Pin
Member 1697729-May-05 19:16
Member 1697729-May-05 19:16 
GeneralCall Windows Dial up thr C# Pin
ksanju100029-May-05 19:10
ksanju100029-May-05 19:10 

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.