Build your professional network on facebook via our app Go to app
 
Topic : Windows Forms Programming
  Rate : 
Posted in Community :

.Net Champions |

.Net |

IT Companies

 
Activity:  1 comments  98 views  last activity : 07 06 2010 20:18:04 +0000
Share
 
 
 
[System.Runtime.InteropServices.DllImport("gdi32.dll")]
public static extern long BitBlt (IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, int dwRop);
private Bitmap memoryImage;
private void CaptureScreen()
{
   Graphics mygraphics = this.CreateGraphics();
   Size s = this.Size;
   memoryImage = new Bitmap(s.Width, s.Height, mygraphics);
   Graphics memoryGraphics = Graphics.FromImage(memoryImage);
   IntPtr dc1 = mygraphics.GetHdc();
   IntPtr dc2 = memoryGraphics.GetHdc();
   BitBlt(dc2, 0, 0, this.ClientRectangle.Width, this.ClientRectangle.Height, dc1, 0, 0, 13369376);
   mygraphics.ReleaseHdc(dc1);
   memoryGraphics.ReleaseHdc(dc2);
}
private void printDocument1_PrintPage(System.Object sender, System.Drawing.Printing.PrintPageEventArgs e)
{
   e.Graphics.DrawImage(memoryImage, 0, 0);
}
private void printButton_Click(System.Object sender, System.EventArgs e)
{
   CaptureScreen();
   printDocument1.Print();
}
 
 
TrackBack URL:
1 comments on "Printing the Form (Visual C#)"
  Commented by  Samir Nigam, Sr. Software Engineer , SRM TECHSOL Pvt. Ltd.    | 07 30 2008 05:49:33 +0000
Nice. Thanks for this.
Add your comment on "Printing the Form (Visual C#)"

Rate:
Submit
Post Your Resume Now !
  • Create a confidential Career Profile and Resume/C.V. online
  • Get advice for planning their career and for marketing of experience and skills
  • Maximize awareness of and access to the best career opportunities
Viewers also viewed
Advantage vs Disadvantage
 
91 referals 14 arguments, 534 views
Which will have higher reach Print media or Electronic media?
 
5 referals 89 arguments, 28352 views
electronic media vs printed words
 
1539 referals 30 arguments, 813 views
more...  
Recent Knowledge (55)
Why is using email marketing services sometimes a better option than direct mail? There are many...
 
0 referals 4 comments, 221 views
Online DOCTOR- Informative too....     This site is very informative, which ever diseases you...
 
103 referals 10 comments, 237 views
  One more vuxury car is here. Price : styarting from 14.12lakhs Available in 3 variants . The...
 
2331 referals 10 comments, 274 views
more...  
More From Author
Why Not .... there is no rationale behind forcing someone not to do an event which is harmless instead its spreading love.
Thanks Sumitra... and I have embeded the vid
Its basicly coz plp see others as threat and want to be on top they do things like this so If you do your job properly and you yourself don't do politics you can get away.  
more...