I am making a program in vb6 right now, NOT vb.net or 2008, it's vb6. I am having a problem right now. In my program you can draw. I want it to change the mouse icon to a custom made eraser cursor I made when you click the eraser button. But, when I add the picture to the mouseicon property it gives me this:
Invalid property value!
I saved my image as .cur and it's in black and white, what's wrong?
Three answers:
csmaster
2010-02-21 17:40:08 UTC
You need to add it as a resource first
anonymous
2017-01-16 12:34:33 UTC
Invalid Property Value Vb6
Assem Hangal
2010-02-24 13:33:42 UTC
you have to set property "MousePointer" to "custom" before changing the mouse icon
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.