G Guest Apr 13, 2004 #1 That's about it. If I make a cursor of any size and color depth, the button to set the hot spot stays disabled. I'm at my wit's end, and yet I know it's got to be something stupid I'm missing.
That's about it. If I make a cursor of any size and color depth, the button to set the hot spot stays disabled. I'm at my wit's end, and yet I know it's got to be something stupid I'm missing.
B Bob Powell [MVP] Apr 13, 2004 #2 This is an issue that I discovered a while ago and reported to MS. You must be using C# because it doesn't happen in VB. To work around, create a VB project, edit your Cursor, set the hot-spot and then copy-paste the cursor into your C# project. If you want to change the hot-spot you'll find it works just fine from the C# side now. -- Bob Powell [MVP] Visual C#, System.Drawing All you ever wanted to know about ListView custom drawing is in Well Formed. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm Read my Blog at http://bobpowelldotnet.blogspot.com antipode said: That's about it. If I make a cursor of any size and color depth, the Click to expand... button to set the hot spot stays disabled. I'm at my wit's end, and yet I know it's got to be something stupid I'm missing.
This is an issue that I discovered a while ago and reported to MS. You must be using C# because it doesn't happen in VB. To work around, create a VB project, edit your Cursor, set the hot-spot and then copy-paste the cursor into your C# project. If you want to change the hot-spot you'll find it works just fine from the C# side now. -- Bob Powell [MVP] Visual C#, System.Drawing All you ever wanted to know about ListView custom drawing is in Well Formed. http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm Read my Blog at http://bobpowelldotnet.blogspot.com antipode said: That's about it. If I make a cursor of any size and color depth, the Click to expand... button to set the hot spot stays disabled. I'm at my wit's end, and yet I know it's got to be something stupid I'm missing.