VB 取得文本框中的行数_VB.net_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

VB 取得文本框中的行数

作者:黑客防线网安VB教程基地 来源:黑客防线网安VB教程基地 浏览次数:0

本篇关键词:文本取得LongByVal
黑客防线网安网讯:以下方法将文本框中内容读入字符串数组中。行数即为Ubound(t)+1Dim t() As String, i As Integert = Split(Text1.Text, vbCrLf)For i = 0 To UBound(t)Debug.Print t(i)Next如果只需要行数,...

以下方法将文本框中内容读入字符串数组中行数即为Ubound(t)+1
Dim t() As String, i As Integer
t = Split(Text1.Text, vbCrLf)
For i = 0 To UBound(t)
Debug.Print t(i)
Next

如果只需要行数不需要读出可用以下方法:
*API函数声明
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Public Const EM_GETLINECOUNT = &HBA
注释:在程序中调用
LineCnt = SendMessage(ctl.hwnd, EM_GETLINECOUNT, 0, 0)
注释:LineCnt即为此TextBox的行数

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-14674-1.html
网站维护教程更新时间:2012-04-03 01:12:15  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer