This is a question that may seem a little elementary to most of the seasoned developers here, but I'll risk embarassment anyways...
I'm trying to capture the data in a standard text box (usually a numeric part number..IE: '57231') and use it to search a specific location on a network server for an image with the same number. The trick is this: The number is always the same name as the image file which is always appended with a .JPG extension.
How in the world do I write the code to append the ".jpg" extension and point to the network share where the pics are so that the application can find the correct photo and display it in my picture box?
Any help is truly appreciated folks...
Respectfully,
Numskull
I thought I had a handle on this stuff yesterday...then along came today!
I'm trying to capture the data in a standard text box (usually a numeric part number..IE: '57231') and use it to search a specific location on a network server for an image with the same number. The trick is this: The number is always the same name as the image file which is always appended with a .JPG extension.
How in the world do I write the code to append the ".jpg" extension and point to the network share where the pics are so that the application can find the correct photo and display it in my picture box?
Any help is truly appreciated folks...
Respectfully,
Numskull
I thought I had a handle on this stuff yesterday...then along came today!