Aggiungi un tag Cascading Style Sheets ( CSS ) per cambiare il cursore su uno stile denominato
tag CSS
: . < Tipo style = "text /css " > mytext {cursor : wait } . < /style >
2
Includere un evento di cambiare il cursore in JavaScript
evento JavaScript HTML < input type = "text . "name = " TextBox1 " onmouseover =" this.style.cursor = ' mirino '; ">
3
Utilizzare la " proprietà Cursor "per cambiare lo stile dal codice sottostante . .
VB NETtextBox1.Cursor = Cursors.Hand
C # NETtextBox1.Cursor = Cursors.Hand ; .
C + + textBox1 - > Cursor = Cursori :: mano ;
4
Modificare la proprietà " MousePointer " se si utilizza Visual Basic 6
Textbox1.MousePointer = 2
< . br>
Programmazione © www.354353.com