Hi,
I have an ActiveX control with one Method that I require that uses 'stdPicture'
to return a picture. It is a reference data type that can not be wired to
any LV
object except to the reference input of an ActiveX Invoke Node.
When doing so, the title of the Invoke Node shows PICTURE. The only
Method it provides is RENDER with several parameters (hdc, x, y, ...).
All are I32 scalars.
Does anyone know how to get the picture as a 2D bitmap array into LV,
either from the 'stdPicture' reference or the RENDER Method?
Thanks,
Eyal