| private Bitmap screenBitmap; // It will grab the size of your current screen. Rectangle screenRegiion = Screen.AllScreens[0].Bounds; // It will create the bitmap of the specified region. // It will copy the current screep image to the bitmap image. screenBitmap.Save(@”c:\test.bmp”); |
Archive for April, 2007
Capture Screen using C#
Use gmail Account as pop3 and smtp in ASP.NET
Do you know ???
You can use your gmail account as a pop3 and smtp in ASP.NET or win applications …… You might need to enable your smtp and pop3 from your account.
SMTP: smtp.gmail.com
PORT : 587
POP : pop.gmail.com
PORT : 995