本文介绍了RichEdit控件中的光标位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!


需要有关Rich Edit控件的帮助..

我正在处理VT100终端转义序列..

根据转义序列,光标需要跳转到该位置.

例如:?[23; 10H
?[-Esc代码
23-列号
10-是行号

因此,如果我直接收到?[23; 10H,则需要将此序列直接放置在Rich Edit控件中的23 col和10行位置..

请让我知道哪个API函数可以工作..发送一些示例代码将不胜感激.

谢谢
Arjun

Hi All!


Need help on Rich Edit control..

I''m working on VT100 terminal escape sequences..

According to escape sequences cursor need to jump to that location..

Ex.. 
[ - Esc code
23 - is the column no
10 - is the row no

So if i receive  this sequence directly i need to place the cursor at 23 col and 10 row position in Rich Edit control..

Pls let me know which API function can work.. send some sample code will be most appreciated.

Thanks
Arjun

推荐答案



这篇关于RichEdit控件中的光标位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 23:07