Data Bound Picture or Image Control in JPEG format

Data Bound Picture or Image Control in JPEG format

Post by Craig Wilso » Tue, 04 Aug 1998 04:00:00



Anyone know where I can get a data bound image or picture box that supports
JPEG?

Cheers


 
 
 

Data Bound Picture or Image Control in JPEG format

Post by Craig Wilso » Tue, 04 Aug 1998 04:00:00


Anyone know where I can get a data bound image or picture box that supports
JPEG?

Cheers



 
 
 

1. Images Controls that load picture from a recordset without Data Control

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

2. select qurey for database tables like catelog in oracle

3. Image Datatype - binding datasource to a controls picture property

4. Any recomendations for Web Hosting with Good shopping cart for my Pdox app

5. Insert problem

6. Data Bound Picture Box - *.jpg Format

7. SQL Server 7.0 Upgrade Wizard

8. ASK for help VB5:IS POSIBLE SHOW PICTURE(JPEG FORMAT) FROM DATABASE(ACCESS)/ OLE object

9. Problem VB5:IS POSIBLE SHOW PICTURE(JPEG FORMAT) FROM DATABASE(ACCESS)

10. Seeking ActiveX Control to handle image, sound and video with data binding ability