Hi!
Why do I sometimes get an error message (Requested Clipboard operation did not succeed) when I try to get an image from the clipboard(My.Computer.Clipboard.GetImage).
If I check the clipboard first (My.Computer.Clipboard.ContainsImage()) I get sometimes an error from that.
Can anyone tell me what is causing the errors and how I could fix them?


