hbhbice

导航

2013年4月23日

软键盘 WinCE Mobile

摘要: public static uint SIPF_OFF = 0x00;//软键盘关闭 public static uint SIPF_ON = 0x01;//软键盘打开 [DllImport("coredll.dll")] public extern static void SipShowIM(uint dwFlag); 阅读全文

posted @ 2013-04-23 19:12 hbhbice 阅读(178) 评论(0) 推荐(0) 编辑