I'm trying to save images from clipboard. This works well, if I copy something from Paint for example. If I take a screenshot, the Clipboard.GetContent().AvailableFormats
shows me 0 items - so no Bitmap Image.
But when I put a timer for 1ms which gets the clipboard data, everything works fine. Since I think depending on random time is dirty, I would like to call something like WaitForClipboard
.
Any ideas?