Line numbers reading file

  • Thread starter Thread starter Maury
  • Start date Start date
M

Maury

Hello,
I created with VS2005 one form with a textbox (multiline).
I inserted the content of a text file into the text box
(the user can choose which file can be inserted)
Now I would like to insert on the left, for each line,
the line number (like PsPad, or other text/html editors),
but if I insert in the textbox the user can modify this
information.
Some hints?
Thanks
..:M:.
 
VS2005 menu :

Tools > Options > Text Editor > C# > Display > Line Number checkbox

Regards

Nicolas Guinet
 
Back
Top