Link to home
Start Free TrialLog in
Avatar of mainrotor
mainrotor

asked on

I need help reading images from a file path in my VB.Net application

Dear experts,
I have a VB.Net project where I read
the Part#, and ImageFilePath for the part
Number from SQL Server.

The results look like this
Part#   FilePath
A123    C:\Images\A123.jpg
B456    C:\Images\B456.jpg
C789    C:\Images\C789.jpg


I need to then loop through my results,
get the image for each of the parts using the file path(s), then output the images to column A of an EXCEL file
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

What have you tried, and what do you need help with?
ASKER CERTIFIED SOLUTION
Avatar of mainrotor
mainrotor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.