Hi,
I need one kind of Control that can load a image from a recordset without
Data Control. If possible this control can show images > 256 Colors. I use
VB5 With SQL65.
Ex.:
Sub Load_Image()
dim lConnect as Connection
dim lRecordset as Recordset
set lConnect = FG_SQLConnect(gStringConnect)
set lRecordSet = FG_SQLOpen("Select Image from T_IMG where CD_IMG = 1",
lConnect)
MyControl.property = lRecordset.fields("Image").value
End Sub
Fortaleza, Ce - Brazil