[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?
No the resource name, if the resource name is yadayada.jpg
then that is what you put there.
and will other people beable to see the pic if they download the program?
Resources are included in a project, so if it is reference, yes.
Yes, Right click --> ---> properties Change assembly type