Dave Coventry schrieb:
I am using


  ScreenDC := GetDC(0);
  MyBitmap.LoadFromDevice(ScreenDC);
  ReleaseDC(0,ScreenDC);

To grab a screenshot of my desktop. Is there any way of working out
the size of the gmone application menu so that I can exclude it from
my screen grab?

I remember something like Screen.WorkArea, mentioned by Paul a few days ago.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to