c# winform 全角转半角类
摘要:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Windows.Forms;namespace golfmanage.BaseClass{ /// 输入法帮助,全角 转换为半角 /// </summary> public class ImeHelper { #region 声明一些API函数 [DllImport("imm32.dll")] publi...
阅读全文
posted @
2012-06-04 16:34
xalyf
阅读(685)
推荐(0)