以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  NumericComboBox如何只允许输入整数 ?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=100726)

--  作者:rjh4078
--  发布时间:2017/5/17 14:23:00
--  NumericComboBox如何只允许输入整数 ?
如题
--  作者:有点色
--  发布时间:2017/5/17 14:30:00
--  

 TextChanged事件

 

e.sender.text = e.sender.text.replace("-", "").replace(".", "")