#region Process class /// <summary> /// Summary description for Process. /// </summary> public class Process { private string processName; private IntPtr handle; private int threadCount; private int baseAddress; //default constructor public Pr…
公司最近为PDA开发了一款作业程序,我在工作中常常需要将操作过程通过电脑上设影出来为客户讲解使用方法.本文记录了相关的准备工作. 1. 微软嵌入式操作系统体系 RTOS: Embedded Real Time Operating Systems Windows Embedded Compact Windows Mobile Windows Phone 2.PDA型号 我司典型的PDA型号为Intermac CK71.其使用了Microsoft Windows Embedded Handheld…
已经2018年了,windows mobile已经宣布不维护狠多年了,不要问我为什么还在开发windows mobile的程序,我也不想.公司有一批手持扫描枪设备依然是windows mobile的程序,依然有需求,总不能全部淘汰换成android的吧,新采购的是android的,老采购的还是windows mobile的,还有需求在提,没办法.所以..... 资料是真少得可怜.以下是创建软件快捷方式的代码.... using System; using System.Linq; using S…
其实做起来很简单,但是国内的网站就是找不到. 1.开始按钮原来的界面是这样的: windows mobile 6.0界面: windows mobile 6.5.X界面: 修改一个windows mobile上的注册表即可搞定(C#的修改方式,其他语言参考注册表键值修改方式即可): //隐藏开始按钮(如果没有该键值,请创建DWORD类型的HardwareStartKeyEnabled) Microsoft.Win32.Registry.LocalMachine.OpenSubKey(@"Soft…
windows下Eclipse操作MapReduce例子报错: 14/05/18 22:05:29 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 14/05/18 22:05:29 ERROR security.UserGroupInformation: PriviledgedActi…
我在windows2008系统上安装Microsoft Windows Mobile Device Center v6.1时,老是弹出对话框提示缺少一个Windows Mobile设备中心所需要的Windows组件.请帮忙解决这个问题. 因为你的Windows 2008系统没有开启桌面体验功能,所以会发生这个问题.开启桌面体验功能的方法如下: 一.单击“开始”菜单→“运行”命令,输入“services.msc”并回车打开“服务”对话框,找到“Themes”服务项,双击打开它,将“启动类型”改为“…