Hi,
I got a PictureBox Control with a BackgroundImage. Related to the active Image I will show the next image by manipulating the name-string. But how to get the name of the actual shown image? All my images stored under ressources.
Following wont work:
PB.BackgroundImage.ToString
it will give: "System.Drawing.Bitmap"
thanks
I got a PictureBox Control with a BackgroundImage. Related to the active Image I will show the next image by manipulating the name-string. But how to get the name of the actual shown image? All my images stored under ressources.
Following wont work:
PB.BackgroundImage.ToString
it will give: "System.Drawing.Bitmap"
thanks