G Guest May 21, 2004 #1 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.
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.
D Dmitriy Lapshin [C# / .NET MVP] May 21, 2004 #2 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 Click to expand... ..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 Click to expand... ..Net environment, how to add new image to the list of available images.