I need to place a image on my form. During run time the image should change to fit the selection of the user. In older version of VB I load the image from a file example,
imgName.Picture = "C:\Application\picture\picture.jpg" which would load the appropriate picture to the image box which can be one of fifty pictures depending on the selection. Now I dont know to do it with the picturebox that is in VB.NET 2010. I tried all that I know but no use. Does anyone have any idea.
Thanks in advance
swabyw
imgName.Picture = "C:\Application\picture\picture.jpg" which would load the appropriate picture to the image box which can be one of fifty pictures depending on the selection. Now I dont know to do it with the picturebox that is in VB.NET 2010. I tried all that I know but no use. Does anyone have any idea.
Thanks in advance
swabyw