PDA

Click to See Complete Forum and Search --> : LoadCursor


Zvonko
Jun 8th, 2000, 12:03 AM
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?

Jun 8th, 2000, 02:33 AM
Try loading your curosr, then setting a ListImage as a cursor and then load it from the ListImage and into the PictureBox.