Arkadaşlar screenshot'ı şu kodla alıyorum
Rectangle rect = new Rectangle(1188,382,720,695);
Bitmap bmp = new Bitmap(rect.Width, rect.Height, PixelFormat.Format32bppArgb);
Graphics g = Graphics.FromImage(bmp);
g.CopyFromScreen(rect.Left, rect.Top, 0, 0, bmp.Size, CopyPixelOperation.SourceCopy);
bmp.Save(@"C:\Users\Furkan\Desktop\ .jpg", ImageFormat.Jpeg);
istediğim şey her aldığımda seçtiğim bir textboxismiyle kaydetmek yada txtbox ve tarih gibi.