有关Nothing
CoolQ 2003-11-09 12:59:12 我用set picturebox1.picture = nothing来清空picturebox1的图像
但是我立即用if picturebox1.picture is nothing来判断,怎么是假呢?
也就是说以下的程序没有弹出对话框
set picture1.picture = nothing
if picture1.picture is nothing then
msgbox "hello,world"
end if