Hi Stackers
In my VB.NET program, I need to save a bitmap as a .CUR cursor file. BitMap.Save provides facilities to save as .BMP, .ICO etc e.g.:
(*) MyBitMap.Save(MyFileName, ImageFormat.Bmp)
(*) MyBitMap.Save(MyFileName, ImageFormat.Icon)
but not as a .CUR cursor file.
How can I do this please ?
TIA Patrick