Hi all,
I'm using :
SendKeys.SendWait("+{PRTSC}");
InteropBitmap interopBitmap = System.Windows.Clipboard.GetData(System.Windows.DataFormats.Bitmap) as InteropBitmap;
On my computer, everything is ok. On another computer, I get an OutOfMemoryException. Why ? How to solve it ?
Thanks in advance for your answer