Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How do I read the string at a particular line number(eg 14) in notepad++ using C#
Posted
Comments
Mehdi Gholam 5-Nov-15 5:54am    
Why don't you just open the files directly?
phil.o 5-Nov-15 5:56am    
That does not make sense: whether you use Notepad++, whether you read a textfile from C#. But 'reading the next line in Notepad++ from C#' does not make any sense.
Suvendu Shekhar Giri 5-Nov-15 6:04am    
True :)
Suvendu Shekhar Giri 5-Nov-15 6:06am    
If you want to read a text file in C#, check following article-
How to: Read From a Text File (C# Programming Guide)[^]
If you want something else then please be more descriptive so that we can understand your problem.

1 solution

use short-key (ctrl + G) and press enter to go for specified line.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900