主题:Bag.Contents = Buff 无效的过程调用或参数
rs.Open "Select userzp_p From dt_userzp ", _
cn, adOpenKeyset, adLockOptimistic
Buff = rs.Fields("userzp_p").Value
Set Bag = New PropertyBag
Call Bag.WriteProperty("Image", Buff)
Bag.Contents = Buff
Set Picture1.Picture = Bag.ReadProperty("Image")
cn, adOpenKeyset, adLockOptimistic
Buff = rs.Fields("userzp_p").Value
Set Bag = New PropertyBag
Call Bag.WriteProperty("Image", Buff)
Bag.Contents = Buff
Set Picture1.Picture = Bag.ReadProperty("Image")