R retkehing Well-known member Joined Feb 5, 2006 Messages 153 Programming Experience Beginner Mar 27, 2006 #1 What is the code for loading an image from a directory and how to unload it and which means an blank picturebox, like a fresh new created component?
What is the code for loading an image from a directory and how to unload it and which means an blank picturebox, like a fresh new created component?
A aniskhan Well-known member Joined Oct 24, 2005 Messages 90 Location D.I.Khan Programming Experience 1-3 Mar 27, 2006 #2 VB.NET: picBox.loadimage("path") to load an image VB.NET: picBox.clear to clear to load an image from directory use the openFileDialog Upvote 0 Downvote
VB.NET: picBox.loadimage("path") to load an image VB.NET: picBox.clear to clear to load an image from directory use the openFileDialog