Leosco
Leosco

Reputation: 1

C# - Highlight Current Line

I am new to C#, and I am creating a notepad type of application. It's working good, but I would like to highlight the current line - meaning the current line where the cursor is or where the mouse has been clicked on would be highlighted in another color. I haven't worked with colors in C# so far, so any help on this would be appreciated.

Upvotes: 0

Views: 715

Answers (1)

vgru
vgru

Reputation: 51264

Check CodeProject articles for Edit controls.

Upvotes: 1

Related Questions