malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2008年12月19日

C# WINFORM 中 多行TEXTBOX的换行 显示

摘要: 转自:http://www.cnblogs.com/gaohades/archive/2006/08/29/489199.html 要让一个Windows Form的TextBox显示多行文本就得把它的Multiline属性设置为true。 这个大家都知道,可是当你要在代码中为Text属性设置多行文本的时候可能会遇到点麻烦:) 你往往会想到直接付给一个含有换行符"\n"的字符串给Text... 阅读全文

posted @ 2008-12-19 11:37 malaikuangren 阅读(1230) 评论(0) 推荐(0) 编辑