Hi All,
I've been at this for awhile. I really appreciate any help I can get. I have a form with one PictureBox, one TextBox and a Button. I want to be able to enter a number in the TextBox, click the Button and have a Picture associated to that number displayed in the PictureBox. I have a folder that holds different images (C:\Images\0001.jpg, 0002.jpg, 0003.jpg, etc). I have the code to display "one" picture in the PictureBox: (MovieImage = Image.FromFile("C:\Images\0003.jpg"), but again, I want to be able to display images based on the number entered in the textbox. Basically, I want to be able to change (C:\Images\0001.jpg) to whatever number I enter in the textbox. Thank you in advance!
I've been at this for awhile. I really appreciate any help I can get. I have a form with one PictureBox, one TextBox and a Button. I want to be able to enter a number in the TextBox, click the Button and have a Picture associated to that number displayed in the PictureBox. I have a folder that holds different images (C:\Images\0001.jpg, 0002.jpg, 0003.jpg, etc). I have the code to display "one" picture in the PictureBox: (MovieImage = Image.FromFile("C:\Images\0003.jpg"), but again, I want to be able to display images based on the number entered in the textbox. Basically, I want to be able to change (C:\Images\0001.jpg) to whatever number I enter in the textbox. Thank you in advance!