
Windows Mobile
xmsheji
这个作者很懒,什么都没留下…
展开
-
wm中,未找到平台,PlatformID问题
从用户数据存储中检索信息时出错。未找到平台。“由于数据存储中不存在项目引用的设备平台,因此无法打开项目。” 找到目录下的.csproj文件,将 4118C335-430C-497f-BE48-11C3316B135E (或其他ID)一句改为 3C41C503-53EF-4c2a-8DD4-A8217CAD115E ,即可运行。 “3C41C503-53EF-4c2a-8DD4-A8217C原创 2009-07-13 17:45:00 · 1293 阅读 · 0 评论 -
Window Mobile拨打电话
Window Mobile拨打电话 先要引用SDK下的DLL,然后引用这个命名空间using Microsoft.WindowsMobile.Telephony; private void button1_Click(object sender, EventArgs e) { Phone Call1; Cal原创 2010-03-11 10:16:00 · 753 阅读 · 0 评论 -
Window Mobile关闭手机电源
代码如下: private void button1_Click(object sender, EventArgs e) { PowerOffSystem(); } [DllImport("coredll.dll")] private static extern void PowerOffS原创 2010-03-11 10:27:00 · 633 阅读 · 0 评论 -
Windows Mobile手机拦截短息
Windows Mobile手机拦截短息(利用MessageInterceptor类) 代码如下: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;原创 2010-03-11 16:48:00 · 1104 阅读 · 0 评论 -
Windows Mobile 调用摄像头拍照录像
Windows Mobile利用Framework调用摄像头的例子 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windo原创 2010-03-12 14:59:00 · 4222 阅读 · 0 评论 -
Windows Mobile 定时发送数据库中的短信给部分人
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Microsoft.WindowsMobil原创 2010-03-10 14:00:00 · 766 阅读 · 0 评论 -
WM录音开发(OpenNETCF)
代码如下: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using OpenNETCF.Me原创 2010-03-10 14:02:00 · 788 阅读 · 0 评论 -
WinInet联网方式
1.ConnMgrEstablishConnectionSync,InternetOpen,InternetOpenUrl,InternetReadFile2.ConnMgrEstablishConnectionSync,InternetOpen,nternetConnect,HttpOpenRequest,InternetReadFile 连接CMNETInternetOpen( _原创 2010-05-10 15:16:00 · 997 阅读 · 1 评论 -
短信拦截
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Microsoft.WindowsMobil原创 2010-03-05 11:36:00 · 650 阅读 · 0 评论 -
怎么查看手机的信号质量
1.注册表方法,键值是: HKLM/system/state/phone/Signal strength Raw和HKLM/system/state/phone/Signal strength原创 2010-02-08 10:57:00 · 1727 阅读 · 0 评论 -
我做的OA办公系统部分图片
本文章列举了自己独立开发的一个移动查勘系统的相关图片,主要设计到网络socket,http,和数据库sql ce的相关知识。欢迎提出意见。(电话:13240818932) 图1 图2原创 2009-07-17 12:35:00 · 1966 阅读 · 0 评论 -
制作Mobile地图缓存的方法
第一部分:用ArcCatalog发布地图服务 1.1用ArcGIS的账号登陆本机。(默认账号为ArcGISWebServices) 1.2打开ArcCatalog找到相应的MXD文件,然后右键MXD文件,选择public to arcgis service 1.3在选择发布服务的类型时,去掉KML,选上Mobile原创 2010-08-24 17:17:00 · 1263 阅读 · 1 评论