Hi,
i want to make a some programme that can display the result in notepad.
i want to make a table and save the content in notepad...
anyone could help me?
I would first use the System.IO.StreamWriter class to make the text file with you're table(s) then use System.Diagnostics.Process.Start("Notepad.exe", "Your Text File") to open the file in Notepad
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.