Hi folks.
In the solution explorer I have created a pics folder, then added files to the folder. I could use "Me.PictureBox1.ImageLocation = path" for pic files that have not been added to the project. But now that the files are added to the project, is there a way of accessing them directly? For example "Picturebox.Load(1.jpg)". Is there any difference in how files are accessed whether they are part of the project or not?
Thanks in advance.
In the solution explorer I have created a pics folder, then added files to the folder. I could use "Me.PictureBox1.ImageLocation = path" for pic files that have not been added to the project. But now that the files are added to the project, is there a way of accessing them directly? For example "Picturebox.Load(1.jpg)". Is there any difference in how files are accessed whether they are part of the project or not?
Thanks in advance.