VB使用Data控件,怎么样在image显示access数据库中以路径保存的图片

2024-12-23 15:11:22
推荐回答(1个)
回答1:

Image1.Picture = LoadPicture(Data1.RecordSet("图片路径字段名"))