I have developed a visual C# windows form application using Visual Studio IDE.
My problem is how to check if the user has selected an image or not.
I roughly check the Image like a String, Integer objects but it does not work
if(myPictureBox.Image == NULL){
//The Image is Null
}