if (pictureBox.Image != null)  
{  
    //有图片     
}  
else  
{  
    //无图片     
}  

或 

if (pictureBox.ImageLocation!= null)  
{  
    //有图片路径  
}  
else  
{  
    //无图片路径  
}  
posted on 2014-07-22 16:21  清风暮雨  阅读(911)  评论(0)    收藏  举报