Is it somehow possible to set other/ custom cursors in Labview without loading them from a path? I would love to be able to expand the list of cursors if that's possible? All cursors included with LabVIEW
For example, many cursors that I would like to use are already included in the User32.dll, but LabVIEW does not recognize the change in cursor and then tries to overwrite the cursor during mouse events! Call User32
I don't want to load the cursors from paths because otherwise I always have to make sure that this path exists! It works that way, but it has too many disadvantages. I would like these cursors to exist in every application (.exe) and on different Windows PCs
I found a solution that works for me! To do this, I use the cursors that are already available on every Windows system (C:\Windows\Cursors):