Quote Originally Posted by jmcilhinney View Post
First up, your clipboard code is way more complex than is necessary:
vb.net Code:
  1. If Clipboard.ContainsImage() Then
  2.     Dim img As Image = Clipboard.GetImage()
  3.  
  4.     '...
  5. End If
As for saving the Image to SQL Server, I have posted a thread in the VB.NET CodeBank submission that shows how to do just that. Follow the CodeBank link in my signature to find that thread.
thanks alot for info. i got the idea and working well. thank you so much