请教如何判断 picture1.picture 中的图片是对应的图片
Private Sub Command9_Click()
If Picture1(0).Picture = LoadPicture(pic(0)) Then
plays = sndPlaySound(str(0), &H0)
end if
end sub
如果只有plays = sndPlaySound(str(0), &H0)语,句是可以执行的(发出响声)。但是加上if语句后就不响了,也没用错误提示。不知道为什么,请教高手们。