Hello!
I loaded cursor from my resource-only dll with API function LoadCursor. It was all OK. But now I want to save that cursor and display it in picture box. How can I do that? Does anyone know?
Printable View
Hello!
I loaded cursor from my resource-only dll with API function LoadCursor. It was all OK. But now I want to save that cursor and display it in picture box. How can I do that? Does anyone know?
Try loading your curosr, then setting a ListImage as a cursor and then load it from the ListImage and into the PictureBox.