07-09-2018 10:56 AM
Hello,
I would like to change the mouse pointer but not only on the front panel of my VI.
I tried using the user32.dll library but I always get an error ...
Do you have an idea of what's wrong?
Thank you.
07-09-2018 05:32 PM
Did you try putting in the full path to the cursor instead of just the file name? "C:\Myfiles\cursor2.ani" or whatever, instead of just the file name?
07-09-2018 10:32 PM
Hello Kyle97330,
The solution is found (thanks to ouadji), I have to choose stdcall (winapi) in the first panel and it works now.
Now I have another problem with a dll wich expect and unicode null terminated string as input and I can't reach do it...
Thanks.