Coding a BMP in to an object

Daveyk01

Registered User.
Local time
Today, 05:54
Joined
Jul 3, 2007
Messages
144
I can COPY an image to the clip board and paste it in to an object on a form in a database. An save it in the database for viewing later, or printing in a report, etc.

Now what I want to do, is receive that BMP through the GPIB port.

I basically tell an oscilloscope to hard copy the image to the port and then read that image. I do that in this manor:

trProg = "HARDCOPY START"
instrument.WriteString strProgf
frmPulser!scopeScreen = instrument.ReadString

The problem that happens is, I get a Runtime Error '424' object required.

I don't know if this is how I do this or not. ScopeScreen is an unbound object on a form.

Any ideas?
 

Users who are viewing this thread

Back
Top Bottom