LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making a cursor invisible?

Does any one know how i can make my cursor turn transparent while I am running a labview program? I'm finding it rather obtrusive to have my mouse visible at all times during the program when it doesnt need to be

"There will be water if God wills it"
0 Kudos
Message 1 of 20
(3,574 Views)

This is a good place to start:

https://decibel.ni.com/content/docs/DOC-9253

 

Prashanth N
National Instruments
0 Kudos
Message 2 of 20
(3,549 Views)

You can also do this using User32.dll

 

https://decibel.ni.com/content/docs/DOC-17854

 

Just make sure to set the cursor back on when you are finished!

 

Regards,

 

Steve

Stephen C
Applications Engineer
0 Kudos
Message 3 of 20
(3,537 Views)

I think making the cursor transparent is a BAD idea. What happens if your program crashes? Now you can't see the cursor. If it's obtrusive, then move the cursor off to the side. You can do this programmatically if you need to.

Message 4 of 20
(3,527 Views)

@smercurio_fc wrote:

What happens if your program crashes?


Ctrl-alt-delete and cancel should return the cursor to a useable state.

Message 5 of 20
(3,516 Views)

@smercurio_fc wrote:

I think making the cursor transparent is a BAD idea. What happens if your program crashes? Now you can't see the cursor. If it's obtrusive, then move the cursor off to the side. You can do this programmatically if you need to.


Not only that but the mouse will probably still be functional. If you don't know where the cursor is and click then who knows what will happen.

=====================
LabVIEW 2012


Message 6 of 20
(3,506 Views)

However, when running on a touch screen its juicy ..unless the touch screen driver should crash that is.. Smiley Happy

Message 7 of 20
(3,502 Views)

@Steve Chandler wrote:
Not only that but the mouse will probably still be functional. If you don't know where the cursor is and click then who knows what will happen.

Ah, but that's the fun part. Best done with an "Are you sure you want to format c:?" window up.  :rofl

Message 8 of 20
(3,488 Views)

I agree with S-mercurio.  Don't mess with the cursor.

Message 9 of 20
(3,477 Views)

Look i'm making it invisble because my boss wants it that way but moving it to the side is not an option. It's not a high maintenance program so i'll take the risk of a computer crashing but if it does i'm sure i will figure something out. Thank you for your suggstions though and Stephen that looks great thanks

"There will be water if God wills it"
0 Kudos
Message 10 of 20
(3,467 Views)