|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
byte array to pictureboxi have a byte array that contains a bitmap
example: Dim B() As Byte Open App.Path & "\bitmap.bmp" For Binary As #1 ReDim B(0 To LOF(1) - 1) Get #1, , B Close i would like to show that bitmap in a image control or a picturebox control in reality this byte array is in a blob field in access my problem is how to show that bitmap in a picturebox/image without first put-ing it to disk and loadpicture-ing it
http://groups.google.com/group/microsoft.public.vb.general.discussion/msg/e0
dc770b8a3b13a8?hl=en Show quoteHide quote "PC" <On***@pandora.be> wrote in message news:uBIahtRXHHA.4764@TK2MSFTNGP05.phx.gbl... > i have a byte array that contains a bitmap > example: > Dim B() As Byte > Open App.Path & "\bitmap.bmp" For Binary As #1 > ReDim B(0 To LOF(1) - 1) > Get #1, , B > Close > i would like to show that bitmap in a image control or a picturebox control > in reality this byte array is in a blob field in access > my problem is > how to show that bitmap in a picturebox/image without first put-ing it to > disk and loadpicture-ing it > >
VB Winsock OCX Error during Bind
InStr anomaly? using Line Input Stop loading data process Application crashing - trying to track down the problem. Compiling DLL & Vista Seriously OT: Vista Needs help in string Server my program is trying to connect to is not a trusted site with XP? Vb6 to check if a text file is already opened |
|||||||||||||||||||||||