文章分类 -  WINDOWS MOBILE

windows mobile来电提示窗口修改
摘要:private void loadIncoming(){SystemState state = new SystemState(SystemProperty.PhoneIncomingCallerNumber);state.Changed += new ChangeEventHandler(state_Changed);}IntPtr hwnd = new IntPtr();private voi... 阅读全文

posted @ 2010-06-14 06:25 彭家大少爷 阅读(214) 评论(0) 推荐(0)

Windows Mobile 获得基站信息
摘要:在Windows Mobile的手机上面, RIL提供了访问Radio模块的接口, 下面以一个简单的示例说明如何在C#中通过RIL获得基站信息.第一步. 定义必要的数据结构和回调函数1. 包含基站信息的RILCELLTOWERINFO类 public class RILCELLTOWERINFO { public uint cbSize; public uint dwParams; public ... 阅读全文

posted @ 2010-06-14 06:23 彭家大少爷 阅读(354) 评论(0) 推荐(0)

导航