Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~716 People Reached
Favorite Tags
Member Avatar for Khw09

I want to have a random picture to be displayed in a picturebox from a list of jpeg files in my debug folder in visual basics. At the moment i've been using this code to display a specific image but I want the image to be random... If Label1.Text = …

Member Avatar for rproffitt
0
318
Member Avatar for Khw09

To display specific pictures i've used the code below PictureBox1.Image = Image.FromFile(FILEPATH") but how can I code it so a random file of a photo is displayed instaed?

Member Avatar for rproffitt
0
398