M msdn Jan 21, 2004 #1 hey I would like to set transparent cursor but i don't know how to do it ? thank for help <-msdn->
J Jeremy Cowles Jan 21, 2004 #2 msdn said: I would like to set transparent cursor but i don't know how to do it ? Click to expand... What exactly do you mean? Are you trying to make a new cursor file?
msdn said: I would like to set transparent cursor but i don't know how to do it ? Click to expand... What exactly do you mean? Are you trying to make a new cursor file?
M msdn Jan 21, 2004 #3 Jeremy Cowles said: What exactly do you mean? Are you trying to make a new cursor file? Click to expand... my english is not good but, i have got a cursor, and now in visual studio i want to transparent him for example if i have a form and i set opacity 50% then my form will be transparent 50% can i do this in my cursor? but i dont want to create cursor, i want to set property to him how to do this?
Jeremy Cowles said: What exactly do you mean? Are you trying to make a new cursor file? Click to expand... my english is not good but, i have got a cursor, and now in visual studio i want to transparent him for example if i have a form and i set opacity 50% then my form will be transparent 50% can i do this in my cursor? but i dont want to create cursor, i want to set property to him how to do this?
H Herfried K. Wagner [MVP] Jan 21, 2004 #4 * "msdn said: I would like to set transparent cursor but i don't know how to do it ? Click to expand... Create a blank cursor file and load it using something like this code: \\\ Dim c As New Cursor("C:\foo.cur") ///
* "msdn said: I would like to set transparent cursor but i don't know how to do it ? Click to expand... Create a blank cursor file and load it using something like this code: \\\ Dim c As New Cursor("C:\foo.cur") ///