Print Notepad all page in c# 4.0
how i print all page of notepad text box in C# windows form application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Aug 2, 2015, 7:23 AM
string content = File.ReadAllText("locationoftextfile.txt");Manas MohapatraPosted Aug 2, 2015, 2:25 AM