大侠,该出手的时候就出手!(100分)

  • 主题发起人 主题发起人 的士
  • 开始时间 开始时间

的士

Unregistered / Unconfirmed
GUEST, unregistred user!
假如当输入"http://ywbtaxi.home.sohu.com"后,这个url的颜色自动变成蓝色,
风格变成下划线,但光标位置不能改变,以继续输入。请问应如何实现,
其实就是像delphi的编辑器那样。
 
用richedit
改变字体颜色,加下划线
 
onkeypress
aa:=ture;
if key='/' then (check the last key)
begin
if lastkey='/' then 找往前空格&字体变色开始;
aa:=false;
end;
if not aa then
if key=' ' then 字体变色结束//space key
 
浪费一百分了。
 
后退
顶部