LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pass bitmap

In a VB .NET environment, can I pass bitmaps into a dll built using LabVIEW 7.0?

I can use the following to pass in two arrays. But what kind connectors should I implement in the LabVIEW side? Use Image or 2-D array? Thanks.

' VB .NET code
IMAQ.AcquireImage()
Dim objImage As Object = IMAQ.Images.Item(1).ImageToArray


0 Kudos
Message 1 of 2
(2,439 Views)

John,

Passing a 2D array from VB to LabVIEW should be possible.  Take a look at the discussion forum thread below, it might give you some insight...

Labview dlls in vb

Good Luck,

Lorne Hengst
Application Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,413 Views)