Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: pointer and address? Pin
Samer Aburabie20-May-09 20:49
Samer Aburabie20-May-09 20:49 
QuestionTrying to create a form ( on main thread) from a background thread ( using Invoke()) Pin
franco nero20-May-09 18:50
franco nero20-May-09 18:50 
AnswerRe: Trying to create a form ( on main thread) from a background thread ( using Invoke()) Pin
Nicholas Butler21-May-09 2:02
sitebuilderNicholas Butler21-May-09 2:02 
QuestionMulti thread Pin
yesu prakash20-May-09 18:16
yesu prakash20-May-09 18:16 
AnswerRe: Multi thread Pin
Luc Pattyn20-May-09 19:26
sitebuilderLuc Pattyn20-May-09 19:26 
GeneralRe: Multi thread Pin
yesu prakash20-May-09 20:55
yesu prakash20-May-09 20:55 
GeneralRe: Multi thread Pin
Luc Pattyn21-May-09 3:07
sitebuilderLuc Pattyn21-May-09 3:07 
QuestionPrint Datagridview Pin
yueru20-May-09 17:58
yueru20-May-09 17:58 
I've already done every article it's seem to be useful but can't fulfill my request.
I've just wanted to print all of my data from my datagrid. I have code it can run but this   result is far from my thinking
here is code


private void button3_Click(object sender, EventArgs e)
        {
            printDocument1.Print();
        }  
        public void printDocument1_PrintPage(System.Object sender, System.Drawing.Printing.PrintPageEventArgs e)
        {
            PaintEventArgs myPaintArgs = new PaintEventArgs(e.Graphics, new Rectangle(new Point(0, 0), this.Size));
            this.InvokePaint(dataGridView1, myPaintArgs);



when i click on button3 it can print but show just only i can see from   datagrid not all of datagrid
Thank in advance !!!!
AnswerRe: Print Datagridview Pin
Luc Pattyn20-May-09 19:34
sitebuilderLuc Pattyn20-May-09 19:34 
GeneralRe: Print Datagridview [modified] Pin
yueru21-May-09 18:49
yueru21-May-09 18:49 
QuestionC1FlexGrid column ordering Pin
gvanto20-May-09 17:56
gvanto20-May-09 17:56 
AnswerRe: C1FlexGrid column ordering Pin
Jimmanuel21-May-09 0:30
Jimmanuel21-May-09 0:30 
GeneralRe: C1FlexGrid column ordering Pin
gvanto21-May-09 14:17
gvanto21-May-09 14:17 
QuestionPosting messages Pin
BidSki20-May-09 17:34
BidSki20-May-09 17:34 
AnswerRe: Posting messages Pin
Henry Minute21-May-09 0:13
Henry Minute21-May-09 0:13 
QuestionAccess To Path Denied Pin
BlitzPackage20-May-09 16:40
BlitzPackage20-May-09 16:40 
AnswerRe: Access To Path Denied Pin
Luc Pattyn20-May-09 17:16
sitebuilderLuc Pattyn20-May-09 17:16 
GeneralRe: Access To Path Denied Pin
BlitzPackage21-May-09 16:26
BlitzPackage21-May-09 16:26 
GeneralRe: Access To Path Denied Pin
Luc Pattyn21-May-09 16:55
sitebuilderLuc Pattyn21-May-09 16:55 
QuestionAccess to the VGA/DVI port Pin
Bobby Hang20-May-09 14:59
Bobby Hang20-May-09 14:59 
AnswerRe: Access to the VGA/DVI port Pin
Luc Pattyn20-May-09 15:15
sitebuilderLuc Pattyn20-May-09 15:15 
GeneralRe: Access to the VGA/DVI port Pin
Bobby Hang20-May-09 15:25
Bobby Hang20-May-09 15:25 
GeneralRe: Access to the VGA/DVI port Pin
Bobby Hang29-May-09 11:26
Bobby Hang29-May-09 11:26 
GeneralRe: Access to the VGA/DVI port Pin
Luc Pattyn29-May-09 11:33
sitebuilderLuc Pattyn29-May-09 11:33 
GeneralRe: Access to the VGA/DVI port Pin
Bobby Hang2-Jun-09 3:44
Bobby Hang2-Jun-09 3:44 

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.