Can i use Windows Vista cursor "aero_busy.ani" in my windows application ? [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I develop one application in c#.net 2.0 and i want to use Windows Vista cursor "aero_busy.ani". My Operating system is Windows 2000 Server. So can i use that cursor? Is there any methode to show it? I already use the below code to show it, but its not work.
this.Cursor = new Cursor(Path.Combine(ImageDirectoryPath, "aero_busy.ani"));
Thanks in advance...
Krishnraj
modified on Thursday, November 13, 2008 3:22 AM