02-14-2012 01:09 AM
Hello,
i work with an activeX called moving map by GMS. i'm trying to insert the map tiles (images) programatically.
unfortunately,the method which adds layer do not accept simple path to the image - it accepts a LPPICTUREDISP picture object.
i have no clue how to create such object.
is someone familiar with this ?
Solved! Go to Solution.
02-15-2012 07:37 PM
Hello,
Is this a LabVIEW method that adds the layer? Which one?
Are you sure you do not want to use .NET?
I am not finding much info on "LPPICTUREDISP".
02-20-2012 09:45 PM
Problem solved at this post : "How can I load a picture and use it in ActiveX in run time ??" .