dynamictiger
Technical User
I have set up a class for scanning, it uses an invisible image to grab the scanner returned result. Part of the functionality I am trying to enable is to acquire the image without saving.
This means I end up with code something like:
ctl=Forms("frmInvisible".imgScan
Whish VBA does not like or alternatively feeding it into the picture property of the ctl which again VBA doesn't like.
I do realise I can save to a temporary file and then feed the file name back to the image, however, I was hoping to avoid that.
This means I end up with code something like:
ctl=Forms("frmInvisible".imgScan
Whish VBA does not like or alternatively feeding it into the picture property of the ctl which again VBA doesn't like.
I do realise I can save to a temporary file and then feed the file name back to the image, however, I was hoping to avoid that.