作者Uld (喵喵喵)
看板Visual_Basic
标题[VB6 ] 拆解字串
时间Tue Jun 21 16:11:25 2005
状况:
有一个ListBox宽度固定
有一个TextBox宽度与Listbox相同,并调整成MultiLIne
有一个CommandButton用来执行效果
需求
先在TextBox中输入一句话,并造成因为句子太长而
自动换行的情形。例如:
|I am so stupid that I can't |(| |表示Textbox宽度)
|understand what you say. |
上下两句并没有用Enter分行,是因为understand太长而自动换行的
接着按下CommandButton後,期望ListBox可新增资料
一为"I am so stupid that I can't"
一为"understand what you say."
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.115.65.233
1F:推 fumizuki:算他bytes数 太长就截掉 61.222.155.162 06/21
2F:推 fumizuki:截掉时找最後一个空白再截 61.222.155.162 06/21
3F:推 Uld:谢谢你的回答,如果句子里有混和中文呢? 140.115.65.233 06/21
4F:推 fumizuki:用 strconv() 转换 61.222.155.162 06/21
5F:推 fumizuki:lenb() 算 bytes数 61.222.155.162 06/21
6F:推 fumizuki:如果 asc 码小於零为中文字 61.222.155.162 06/21
7F:推 Uld:谢谢 140.115.65.233 06/21