RichTextBox
-
OS : windows XP Visual studio : 2003 C#2003 I cound not hide the bliking curosr in RichTextBox. How can I hide the cursor.Anybody help me.:-O :-O Continue...
-
OS : windows XP Visual studio : 2003 C#2003 I cound not hide the bliking curosr in RichTextBox. How can I hide the cursor.Anybody help me.:-O :-O Continue...
A quick search on Google turned this up. Remember, when posting questions that Google should be your first port of call. Clickety[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
OS : windows XP Visual studio : 2003 C#2003 I cound not hide the bliking curosr in RichTextBox. How can I hide the cursor.Anybody help me.:-O :-O Continue...
To hide the cursor, you normally set the
MouseIcon
property to a blank cursor image.SkyWalker