cursor

  • Thread starter Thread starter msdn
  • Start date Start date
M

msdn

hey

I would like to set transparent cursor but i don't know how to do it ?

thank for help
<-msdn->
 
Jeremy Cowles said:
What exactly do you mean? Are you trying to make a new cursor file?

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?
 
* "msdn said:
I would like to set transparent cursor but i don't know how to do it ?

Create a blank cursor file and load it using something like this code:

\\\
Dim c As New Cursor("C:\foo.cur")
///
 
Back
Top