Jul 25, 2005 #1 H hog Senior Contributor Joined Mar 17, 2003 Messages 984 Location UK Is there a way to remove the image from picturebox without disposing of the picturebox? A bit like setting a string variable to string.empty? Thnx
Is there a way to remove the image from picturebox without disposing of the picturebox? A bit like setting a string variable to string.empty? Thnx
Jul 25, 2005 #2 H hog Senior Contributor Joined Mar 17, 2003 Messages 984 Location UK Yep picturebox.image = nothing
Jul 26, 2005 #3 E EFileTahi-A Contributor Joined Aug 8, 2004 Messages 623 Location Portugal / Barreiro picturebox1.image = null;