Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~172 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dapsin999

I'm getting GDI+ error when saving picturebox image to the database. My database is sql server with image datatype. Ideally when I browse image file to the picturebox then save using following code [CODE=vb.net] MemoryStream ms = new MemoryStream(); picMenu.Image.Save(ms, picMenu.Image.RawFormat); Dim arrImage() As Byte = ms.GetBuffer ms.Close(); [/CODE] then …

Member Avatar for thamingal
-1
172