C# Windows Forms Application - How to Save Contents of RichTextbox

preview_player
Показать описание
In this video, I expand on my last video to show you how to save the contents of a Rich Text Box into a file.
Рекомендации по теме
Комментарии
Автор

File.WriteAllText doesnt exist

Update: you need to type "using System.IO;" on top of the code

pumpkinsupreme