U
ulrich1947
Hi everybody,
maybe somebody can help me.
I want to read detail data from images in jpg (or maybe bmp) format such as
author, title, size, etc. (whatever ie offers on such pics). I want to read
whenever necessary from one single pic by visual basic code within an event
procedure. it can be read into a table, but even easier woud be to read it
into a variable of a variant or string datatype. like
dim PicAuthor as string
PicAuthor = image detail (full path is known, e.g.
C:\Dateien\Food\300_06530_1g.jpg ... image detail (= e. g. author))
Anyone knows the solution? Thanks in advance.
Ulrich 1947
maybe somebody can help me.
I want to read detail data from images in jpg (or maybe bmp) format such as
author, title, size, etc. (whatever ie offers on such pics). I want to read
whenever necessary from one single pic by visual basic code within an event
procedure. it can be read into a table, but even easier woud be to read it
into a variable of a variant or string datatype. like
dim PicAuthor as string
PicAuthor = image detail (full path is known, e.g.
C:\Dateien\Food\300_06530_1g.jpg ... image detail (= e. g. author))
Anyone knows the solution? Thanks in advance.
Ulrich 1947