|
-
Sep 26th, 2010, 04:57 AM
#3
Thread Starter
New Member
Re: Help me to convert in to byte.....
 Originally Posted by jmcilhinney
First up, your clipboard code is way more complex than is necessary:
vb.net Code:
If Clipboard.ContainsImage() Then
Dim img As Image = Clipboard.GetImage()
'...
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|