I am searching information on the Microsoft ImageList Control. I would like to insert images in the control at run time. The control have a method : Add to do this (see the attach code).
The problem is, i cannot find any information about the picture argument of the Add method. He doesn't accept paths, strings or numerics.
In the MSDN web page of microsoft, i just found that we can connect a picture objet to the Add method. However this object is just a Visual Basic objet. Or we can use the LoadPicture function. This function seem to be a VB function and i don't know how to use it in LabVIEW ?.
If somebody have an idea. Thank you
derek