To download NI software, including the products shown below, visit ni.com/downloads.
Overview
Often an application calls for multiple cursors based on different conditions. This VI shows how to build an array of cursor IDs from cursor files in Windows and change the cursor based on user events.
Description
An array of paths is used to generate an array of cursor IDs, which are then indexed based on the user's choice of the "Cursor" control. The cursor ID indexed is then used to set the cursor in the current VI. When the user stops the VI, all cursor IDs are destroyed, or disposed of.
Requirements
Steps to Implement or Execute Code
Additional Information or References

**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.