Posts by Ider Odg • 11 points
2 posts
-
0
votes0
answers59
viewsQ: How to pass information from a Ritchtextbox to word document
How do I pass the information that is in a Richtextbox to a word document in C#. Code: String strtxt = rtbVertigo.Text; TextWriter sw = new StreamWriter(@"D:\Users\edv\Desktop\WORD\Vertigo.doc");…
-
0
votes0
answers461
viewsQ: Method for calculating punctuation
I have a file resultados.txt where is the id of the two teams and how many goals each scored in the game. Through this file is created another file where is the name of the team, the total points of…