-
Host Memory
I am trying to program for a camera project I inherited. The camera snaps the picture of the object, then sends it to "Host memory". From there it is initialized to the form for viewing.
How can I grab the picture from the host memory and place it into either a picture box or an image control. Once I get it there I need to print it.
I haven't much hair left trying get control of this thing. Placing it in "host memory" is where the camera software puts it, I just need to control it.
Any help, please,
Mike
-
Let me ask a "what if" question related to this.
What if I don't care if it is in the host memory or not, but when it hits the form can I grab then and load it into a picturebox or image control.
Mike