I've attached the code module that I got from planetsourcecode. It had some problems due to the lack of Option Explicit and a few other things but I corrected those.
To read a comment you do something like
and to write a comment you do something likeCode:lblDescription = scan_JPEG_header(strFilePath)
The module is not very pretty but it works.Code:WriteJPGComment strFilePath, txtComment.Text




Reply With Quote