How to add new cursor image to default list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I want to use special cursor image other than the default list given in .Net environment, how to add new image to the list of available images.
 
Hi,

Create a new instance of the Cursor class and set the static Current
property to the created instance.

sachin said:
If I want to use special cursor image other than the default list given in
..Net environment, how to add new image to the list of available images.
 

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