View Single Post
  #2 (permalink)  
Old 06-08-2009, 3:50 PM
MattP MattP is offline
VB.NET Forum Idol
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Feb 2008
Location: USA
Posts: 869
Reputation: 499
MattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond repute
Default

Code:
Dim imgBytes1() As Byte = New Byte(1) {}
imgBytes1 = CType(converter.ConvertTo(bmp1, imgBytes2.GetType()), Byte())
Reply With Quote