本文介绍了如何制作执行程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请帮助我...
我想制作一个执行者应用程序。
就像在富文本框中打印 - 在1行:开始;在2行:更多;在3行:结束。
此外,单词开始,结束更改fontcolor。
当按下按钮时,它会读取richtextbox,如果在第1行打印的richtextbox中:在第2行开始:更多,在第3行:结束。
它在richtextbox中的写入 - 应用程序关闭。
-C#
解决方案
Please help me...
I want to make an executor app.
Like when in richtext box printed - at 1line:do start;at 2line:more;at 3line:end.
Also a words start,end changes fontcolor.
And when pressed button,it reads richtextbox,if in richtextbox printed at line 1:do start,at line 2:moremore,at line 3:end.
And its writed in richtextbox - application closes.
-C#
解决方案
这篇关于如何制作执行程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!