I have imported a file "x.ani" into Resource file Resources.resx. Now trying to load that file using ResourceManager.GetObject("aero_busy.ani")
Cursor.Current = (Cursor)ResourcesX.GetObject("aero_busy.ani");
but it didn't work .. (certainly) :)
How can I change the current Cursor using resource object?