cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

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
Mensagem 1 de 20
4.356Exibições

This is a good place to start:

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

 

Prashanth N
National Instruments
0 Kudos
Mensagem 2 de 20
4.331Exibições

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
Mensagem 3 de 20
4.319Exibições

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.

Mensagem 4 de 20
4.309Exibições

@smercurio_fc wrote:

What happens if your program crashes?


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

Mensagem 5 de 20
4.298Exibições

@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


Mensagem 6 de 20
4.288Exibições

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

Mensagem 7 de 20
4.284Exibições

@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

Mensagem 8 de 20
4.270Exibições

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

Mensagem 9 de 20
4.259Exibições

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
Mensagem 10 de 20
4.249Exibições