WM
whyabc
这个作者很懒,什么都没留下…
展开
-
有关无法启动程序 “%CSIDL_PROGRAM_FILES%/.../....exe" 的问题
利用vs2005或vs2008调试windows mobile 程序的时候,如果利用到了其他的资源有可能出现 无法启动程序 “%CSIDL_PROGRAM_FILES%/.../....exe”的提示。解决方法:1.选择要调试的项目2.选择菜单 项目xxx属性3.配置属性部署 输入相关的附加文件 该格式为 |||如:sqllite3.dll|$(TargetDir)|%CSIDL_PRO原创 2010-03-09 18:15:00 · 2206 阅读 · 1 评论 -
WinCE读取ini文件
/////////////////////////////////////////////////////////////////////////////////////////// 说 明////// 1. 如果下列函数执行时返回错误,用GetLastError()得到错误信息// 2. 读和写都按标准的Ini文件格式// 3. 在CATCH{}宏里可以得到异常信息...2010-03-11 13:17:00 · 148 阅读 · 0 评论 -
.Net compact framework 应用程序和类库的设备设置
.Net compact framework 应用程序或类库的属性-->设备:部署选项: 目标设备:CHS Windows Mobile 6 Professional Emulator,也可以选择其它设备,这只是设备的语言和皮肤而已!但相互引用的类库和应用程序必须使用相同的目标设备,否则会启动多个模拟器设备! 输出文件文件夹:表示应用程序或类库输出到目标...2010-03-15 17:47:00 · 107 阅读 · 0 评论 -
.Net compact framework 界面自适应输入法
.NET Compact Framework提供了一个很不错的组件,名字叫InputPanel。好,现在大家在已经打开的VS平台中新建一个Windows Mobile的项目,并且从“工具箱”中找到那个"InputPanel"组件,把其拖放到窗体编辑中。 接下来我们在窗体中添加一个Panel控件“pnlTextchat”,并把其的Dock属性设置为Fill状态,然后添加一个文本框控件,假设...2010-03-22 12:18:00 · 93 阅读 · 0 评论 -
net cf 2.0播放wav
using System;using System.Runtime.InteropServices;using System.IO;namespace DeviceApplication{ /// /// Sound 的摘要说明。 /// string filename = Path.GetDirectoryName(Assembly.Ge...2010-03-23 17:50:00 · 140 阅读 · 0 评论 -
net cf播放wav
using System;using System.Runtime.InteropServices;using System.IO;namespace DeviceApplication{ /// /// Sound 的摘要说明。 /// string filename = Path.GetDirectoryName(Assembly.Ge...2010-03-23 20:53:00 · 100 阅读 · 0 评论 -
解决VS2008 开发Windows Mobile 项目生成速度慢的问题
最近用VS2008开发WindowsMobile程序,使用C#、.NETCompactFramework,发现项目生成速度比较慢。用VS2008打开项目后,开始一段时间生成速度还能忍受,时间一长,编译速度巨慢,最慢达到5分钟之久,实在无法忍受。2345决定找出VS2008生成时,做了什么花费时间的工作。从工具à选项进入“选项”对话框67选择“MSBuild项目生成输出详细信息”为“诊断”这样编译...2010-04-03 11:34:00 · 110 阅读 · 0 评论 -
Microsoft Device Emulator 模拟器菜单 中文
Microsoft Device Emulator 3.0 是基于 ARM 设备的设备仿真器的第三个公开发布的版本。MicrosoftDevice Emulator 3.0 还将与 Visual Studio 2008 一起发布。 Device Emulator 3.0 将替换以前版本(1.0 和 2.0)的可执行文件和 DLL。Device Emulator 3.0 的主要新增功能为用...2010-04-05 21:10:00 · 198 阅读 · 0 评论 -
windows mobile添加任务栏图标
本文讲的是在net cf下给windows mobile添加任务栏图标的两种方式:1、P/Invokeusing System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace MobileExamine{ /...2010-07-07 21:58:00 · 143 阅读 · 0 评论 -
Windows mobile获取手机的IMEI号和SIM卡的IMSI号
/// <summary> /// Tapi控制类 /// </summary> public class ControlTapi { public struct GeneralInfo { public string Manufacturer;...2010-07-07 22:04:00 · 143 阅读 · 0 评论 -
net cf重启和关闭系统
[DllImport("Aygshell.dll")] static extern bool ExitWindowsEx(uint uFlags, int dwReserved); private const uint EWX_REBOOT = 2; private const uint EWX_POWEROFF = 8; ...2010-07-07 22:50:00 · 117 阅读 · 0 评论 -
Windows Mobile 6.0模拟器的浏览器中不能访问本机网址
Windows Mobile 6.0模拟器的浏览器中输入本机网址却不能访问,出现No web site is configured at this address. Windows Mobile 6.0模拟器的浏览器中输入内网地址却不能访问,出现No web site is configured at this address. 而访问外网正常。解决办法:IIS管理器-》右...2010-07-10 13:56:00 · 145 阅读 · 0 评论 -
net cf HMAC MD5 加密
/// <summary> /// HMAC_MD5加密 /// </summary> /// <param name="original">明文</param> /// <param name="key">密钥</param>2010-07-18 09:55:00 · 85 阅读 · 0 评论 -
有关无法启动程序 “%CSIDL_PROGRAM_FILES%/.../....exe" 的问题
利用vs2005或vs2008调试windows mobile 程序的时候,如果利用到了其他的资源有可能出现 无法启动程序 “%CSIDL_PROGRAM_FILES%/.../....exe”的提示。解决方法:1.选择要调试的项目2.选择菜单项目xxx属性3.配置属性部署输入相关的附加文件该格式为 <文件名>|<源目录>|<远程目录>|<注册表 0 ...2010-03-09 18:15:00 · 168 阅读 · 0 评论 -
System.Net.WebException: 无法显示错误消息,原因是无法找到包含此错误消息的可选资源程序集
<br />在windows mobile中访问web service时出现以下错误:<br />System.Net.WebException: 无法显示错误消息,原因是无法找到包含此错误消息的可选资源程序集 <br />---> System.Net.Sockets.SocketException: 无法显示错误消息,原因是无法找到包含此错误消息的可选资源程序集<br />位于 System.Net.Sockets.Socket.ConnectNoCheck()<br />位于 System.Net.S转载 2010-06-18 17:01:00 · 5706 阅读 · 1 评论 -
net cf绘制透明图片
<br /> <br />public static void DrawImageTransparent(Graphics gx, Image image, Rectangle destRect){ ImageAttributes imageAttr = new ImageAttributes(); Color transpColor = GetTransparentColor(image); imageAttr原创 2010-06-08 13:04:00 · 678 阅读 · 0 评论 -
WinCE读取ini文件
/////////////////////////////////////////////////////////////////////////////////////////// 说 明////// 1. 如果下列函数执行时返回错误,用GetLastError()得到错误信息// 2. 读和写都按标准的Ini文件格式// 3. 在CATCH{}宏里可以得到异常信息转载 2010-03-11 13:17:00 · 1282 阅读 · 0 评论 -
.Net compact framework 应用程序和类库的设备设置
.Net compact framework 应用程序或类库的属性-->设备:部署选项: 目标设备:CHS Windows Mobile 6 Professional Emulator,也可以选择其它设备,这只是设备的语言和皮肤而已!但相互引用的类库和应用程序必须使用相同的目标设备,否则会启动多个模拟器设备! 输出文件文件夹:表示应用程序或类库输出到目标设备上的原创 2010-03-15 17:47:00 · 707 阅读 · 0 评论 -
.Net compact framework 界面自适应输入法
.NET Compact Framework提供了一个很不错的组件,名字叫InputPanel。好,现在大家在已经打开的VS平台中新建一个Windows Mobile的项目,并且从“工具箱”中找到那个"InputPanel"组件,把其拖放到窗体编辑中。接下来我们在窗体中添加一个Panel控件“pnlTextchat”,并把其的Dock属性设置为Fill状态,然后添加一个文本框控件,假设ID原创 2010-03-22 12:18:00 · 1278 阅读 · 0 评论 -
net cf 2.0播放wav
using System;using System.Runtime.InteropServices;using System.IO;namespace DeviceApplication{ /// /// Sound 的摘要说明。 /// string filename = Path.GetDirectoryName(Assembly.Ge原创 2010-03-23 17:50:00 · 806 阅读 · 0 评论 -
解决VS2008 开发Windows Mobile 项目生成速度慢的问题
最近用VS2008开发Windows Mobile程序,使用C#、.NET Compact Framework,发现项目生成速度比较慢。用VS2008打开项目后,开始一段时间生成速度还能忍受,时间一长,编译速度巨慢,最慢达到5分钟之久,实在无法忍受。 2 3 4 5决定找出VS2008生成时,做了什么花费时间的工作。从工具à选项进入“选项”对话框 6 7选择“MSBuild项目生成输出详细信息”转载 2010-04-03 11:34:00 · 658 阅读 · 0 评论 -
Microsoft Device Emulator 模拟器菜单 中文
Microsoft Device Emulator 3.0 是基于 ARM 设备的设备仿真器的第三个公开发布的版本。Microsoft Device Emulator 3.0 还将与 Visual Studio 2008 一起发布。 Device Emulator 3.0 将替换以前版本(1.0 和 2.0)的可执行文件和 DLL。Device Emulator 3.0 的主要新增功能为用原创 2010-04-05 21:10:00 · 2288 阅读 · 0 评论 -
windows mobile添加任务栏图标
本文讲的是在net cf下给windows mobile添加任务栏图标的两种方式:1、P/Invoke using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace MobileExamine{ /// /// 智能设备托盘图标类 /// public class Notif原创 2010-07-07 21:58:00 · 1476 阅读 · 0 评论 -
Windows mobile获取手机的IMEI号和SIM卡的IMSI号
<br />/// <summary> /// Tapi控制类 /// </summary> public class ControlTapi { public struct GeneralInfo { public string Manufacturer; public string Model; public string Re原创 2010-07-07 22:04:00 · 2435 阅读 · 2 评论 -
net cf重启和关闭系统
<br />[DllImport("Aygshell.dll")] static extern bool ExitWindowsEx(uint uFlags, int dwReserved); private const uint EWX_REBOOT = 2; private const uint EWX_POWEROFF = 8; ///重启操作系统 public static void ResetWindo原创 2010-07-07 22:50:00 · 581 阅读 · 0 评论 -
Windows Mobile 6.0模拟器的浏览器中不能访问本机网址
Windows Mobile 6.0模拟器的浏览器中输入本机网址却不能访问,出现No web site is configured at this address. <br /> <br />Windows Mobile 6.0模拟器的浏览器中输入内网地址却不能访问,出现No web site is configured at this address. 而访问外网正常。<br />解决办法:<br />IIS管理器-》右击网站-》属性-》网站——》IP地址一项-》选择全原创 2010-07-10 13:56:00 · 1015 阅读 · 1 评论 -
设置ListBox的Value值
<br />public struct MyItem { public string Name; public string Tag; public override string ToString() { return Name; } } MyItem item; item.Name= "张三 "; item.Tag= "aaa "原创 2010-07-16 10:43:00 · 2872 阅读 · 0 评论 -
net cf HMAC MD5 加密
<br />/// <summary> /// HMAC_MD5加密 /// </summary> /// <param name="original">明文</param> /// <param name="key">密钥</param> /// <returns>返回加密的字符串</returns> public static string HMAC_MD5(string original, st原创 2010-07-18 09:55:00 · 995 阅读 · 0 评论 -
net cf绘制透明图片
public static void DrawImageTransparent(Graphics gx, Image image, Rectangle destRect){ ImageAttributes imageAttr = new ImageAttributes(); Color transpColor = Ge...2010-06-08 13:04:00 · 100 阅读 · 0 评论