Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display bitmap in VB

Status
Not open for further replies.

JimmyK

Programmer
Sep 8, 2000
142
VN
Hello,
I have a databse on SQL Server 7.0 named "Personel"
I have a table called "Emp" with structure like this
empno char(2)
ename char(50)
photo image

I create a VB form with:
- an ADO based on table Emp
- a textbox based on Emp.empno
- a textbox baseon on Emp.ename
- a picture based on Emp.photo (datasource=adodc1; datafield= photo)

When i move record around, the picture box does'n show
What's wrong here?

Thank in advance



Jimmy Le
nhan_tiags@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top