Caute, mam program ktory screenshotuje programy a tento kod:
Kód:
Graphics gfx = Graphics.FromHwnd( (IntPtr)hwnd ); // hwnd je window handle pointer
Bitmap img = new Bitmap ( (int) gfx.VisibleClipBounds.Width, (int) gfx.VisibleClipBounds.Height, gfx );
gfx.Dispose();
lenze obrazok sa nevytvori. Neviete kde je chyba?