02-09-2006 09:02 AM
02-09-2006 10:35 AM
From my experience with touch screen PCs, their virtual mouse software usually has an option for hiding the cursor.
For other solutions, you can call the ShowCursor windows API function (whose definition can be seen here. 0 hides the cursor, -1 shows it) or try using an empty cursor file and loading a cursor from there using the cursor VIs, which can be found in the Application Control palette.
11-24-2008 09:15 AM
11-24-2008 09:21 AM