[Help]View Pictures from resources
I have resourced all my pictures and now they are in a folder called resrouces.
What is the code to view the pictures my resource folder.
If you mean , access the resources, it is.
[php]
PictureBox1.Image = My.Resources.ResourceManager.GetObject("Object/Image Name as a string")
[/php]
there are some advanced features as well.
the code in the "" i dont get. is that the file location?