Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Thursday
Feb162006

Changing a Richtextbox caret in C#

This old bit of code from 2004 is an unfinished (i.e. not that pretty to read) demo project for changing the caret in a rich text box. It was the beginnings of a kind of console host for C#.

RTB screenshot

It shows a telnet style shell, a block caret, tab completion and a few other features. Type "prog" and then hit tab to see an example of the tab completion.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
« Binary upload to SQL Server in C# | Main