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.
 
Back
Top