11-28-2012 03:36 AM
Hello every one
My application is to load icons over the picture in jpg or png or bmp formats that supported by labviw
After loding any icons over the 2d picture . If i want to move the icon from one point to other point , I want to make the icon as the cursor image .
So in this process i need to convert an jpg or png or bmp image format into .cur image format through labview .
Thank you.
Solved! Go to Solution.
11-28-2012 07:26 AM
LabVIEW does not directly support converting between image formats, and does not support the cursor format, as an image format, at all (it does support it for cursors). However, you can still do what you would like to do, but you will have to do it in a different manner. Here are a couple of possibilities:
There are a plethora of variations on these basic ideas. All will require some playing around to get the events to work correctly for you, but you should be able to do it. Good luck. Let us know if you need more help.