c#如何获取RichTextBox显示在第一行的行数值 不是第一行的内容
这个是获取总行数的消息intZline=SendMessage(richTextBox1.Handle,0x00BA,0,0);有没有获取显示在第一行的消息?请不要编获取...
这个是获取总行数的消息 int Zline = SendMessage(richTextBox1.Handle, 0x00BA, 0, 0);
有没有获取显示在第一行的消息? 请不要编获取内容string str = richTextBox1.Lines[0];
我要的是第一行显示的内容是第几行 用消息最好 我用过获取索引的方法 速度有点慢
是下面这个 我知道 速度慢 我想有速度快一点的吗 消息的话速度最快
Point pos = new Point(0, 0);
int firstIndex = richTextBox1.GetCharIndexFromPosition(pos);
int firstLine = richTextBox1.GetLineFromCharIndex(firstIndex); 展开
有没有获取显示在第一行的消息? 请不要编获取内容string str = richTextBox1.Lines[0];
我要的是第一行显示的内容是第几行 用消息最好 我用过获取索引的方法 速度有点慢
是下面这个 我知道 速度慢 我想有速度快一点的吗 消息的话速度最快
Point pos = new Point(0, 0);
int firstIndex = richTextBox1.GetCharIndexFromPosition(pos);
int firstLine = richTextBox1.GetLineFromCharIndex(firstIndex); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询