>
> First post so be kind !

You're an idiot! ... Just kidding! Welcome to the loony bin. In a WPF app
you can just go:

if (Clipboard.ContainsImage()) {
  BitmapSource src = Clipboard.GeImage();
}

Assign a control Image.Source = src (inside a ScrollViewer) and there you
go. I forget if there is an easy or hard way to save in different formats.
I'll have a think about saving and get back if I find something useful.

Greg

Reply via email to