CURSORS IN C#
Cursor is the icon which moves when we move mouse on a screen in a page in a c# .1,To set a what to do when a cursor is over a button or a text box.
button1.Cursor= Cursors.Hand;
listBox1.Cursor=Cursors.No;
listBox1.Cursor=Cursors.No;
Comments
Post a Comment