ZenosZeng 发表于 2011-12-16 13:59:00


// 重新设置输入光标的位置,你可以调试一下,在VB中就是重新设置CurrentInputPosition的值
this.textControl1.InputPosition = new TXTextControl.InputPosition(textControl1.InputPosition.TextPosition);




// 不是十分清楚VB6中是否需要进行这样的处理,可以先忽略这行代码,看一下执行结果
e.Handled = true;

页: 1 [2]
查看完整版本: 如何屏蔽退格键和删除键