O
Opa Vito
Hello, I can't find out how to compose a string from a few variables
that can be used to define the location of a file.
For example:
PictureBox1.Image = System.Drawing.Image.FromFile("pictures\03.jpg")
I cannot find how to compose the string from the fact that the picture
is in folder "pictures" (all pictures will be in that folder) and that
the picture-file is a string-variable that can be randomly set by the user.
All help welcome
Thanks
Vito
that can be used to define the location of a file.
For example:
PictureBox1.Image = System.Drawing.Image.FromFile("pictures\03.jpg")
I cannot find how to compose the string from the fact that the picture
is in folder "pictures" (all pictures will be in that folder) and that
the picture-file is a string-variable that can be randomly set by the user.
All help welcome
Thanks
Vito