本文介绍了无需流即可加载和保存rtb的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好
我如何在没有StreamReader和Streamwriter的情况下在富文本框中加载和保存文件
以及如何每10秒为rtb中的文本建立一次自动保存功能,我使用了计时器和复选框来检查自动尺寸选择,但是我不知道如何在rtb中保存文本

hi everyone
how can i load & save files in rich text box without streamreader & streamwriter
and how can i build autosave for text in the rtb every 10 sec i used timer and checkbox to check the auto size choice but i have no idea how to save text on the rtb
what property if any???

推荐答案


这篇关于无需流即可加载和保存rtb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 03:30