I have a form with a TextBox1, ComboBox1, Button1, and PictureBox1. I have a folder (C:\Images) that contained images numbered from 1 to 500. I created a DataSet that populates the Combox and TextBox. My problem: When Textbox is populated with a number, that number corresponds with a image in C:\Images. That image should populate Picturbox1.
For example: The ComboBox list the names of Movies, the Textbox holds the MovieID number. When the button is clicked, the image associated to the number in TextBox1 is loaded in PictureBox1. Any help would be appreciated.
For example: The ComboBox list the names of Movies, the Textbox holds the MovieID number. When the button is clicked, the image associated to the number in TextBox1 is loaded in PictureBox1. Any help would be appreciated.