How can I change the Cursor of THE WHOLE APPLICATION ?

  • Thread starter Thread starter TheSteph
  • Start date Start date
T

TheSteph

Hi !



- Using C# .NET 2.0 -



How can I change the Cursor of THE WHOLE APPLICATION ?



I need to access something like : Application.Cursor.Current



( Cursor.Current = this.Cursor.Current = Cursor of the current Form = Not
what I want )





Thanks for help !



Steph.
 
If you want all your forms to use a different cursor by default. Why not
make a form, change the setting for curso etc or whatever else you want on
that form.

Save the form.

Now inherit all new forms from that one rather than the standard form.
Voila.
 

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

Back
Top