alegault2002
New Member
- Joined
- Apr 3, 2017
- Messages
- 3
I try to load an image control with a data stream read from SQL Server. I have the stream (loaded) but cannot set it to load to the image control.
I have tried
with no success, and when I try to save as a temporary file, I get Error 3004, cannot write file.
I read many other things on encoding 64, decoding 64 but with not success either.
Can anyone help me, please?
I have tried
Code:
Dim myImage As Object
myImage = LoadPicture(mstream)
Image1.Picture = myImage
I read many other things on encoding 64, decoding 64 but with not success either.
Can anyone help me, please?