How to make mouse pointer to waiting status for desktop?

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

Hello,
Me.Cursor = Cursors.WaitCursor
It will make mouse pointer to become waiting status for my form only, how to
become waiting status for whole desktop?

Thank you
 
yxq said:
Hello,
Me.Cursor = Cursors.WaitCursor
It will make mouse pointer to become waiting status for my form
only, how to become waiting status for whole desktop?


You can't because you have no influence on other applications. In other
words, you don't have the right to do this.


Armin
 
How to get right to do that?

Armin Zingler said:
You can't because you have no influence on other applications. In other
words, you don't have the right to do this.


Armin
 
yxq said:
How to get right to do that?

You can't - just like you don't want to allow other applications to change
the cursor of your application.


Armin
 
yxq said:
No, how the effect like Windows XP shutdown realized?


Shutdown? I mean, it's beyond a usual application's rights to change it
where you want it. The OS itself has always the possiblity to do what it
wants. :)


Armin
 
I think that maybe need to use APIs, but vb.net can do it for certain.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top