摘要:
百思不得其解,在线等
......
摘要:
一个日期控件,怎么从另一个页面取得它所选择的日期的值?
......
TextArea的append不能换行
用TextArea的append("abc\n123")在下WIN98下可以换行,但在其它系统下不能换行。怎样使append("abc\n123")在所有系统下换行?
NO.1 作者: myth822
加\n\r
NO.2 作者: myhotsun
我试了,在xp下没有问题啊
摘要:
using system; using system.drawing; using system.drawing.drawing2d; using system.collections; using system.componentmodel; using system.windows.forms; using system.data; using system.threading; na......