Welcome![Sign In][Sign Up]
Location:
Search - Visual Studio Pocket PC

Search list

[Other resourceVS2005YUV

Description: 使用最新Visual Studio 2005所开发之简单POCKET PC 2003之YUV播放器,以REAYUV为基础,效能十分不错,包含完整VCPROJ专案档-use of the latest Visual Studio 2005 development than simple Pocket PC 20 YUV's 03 players to REAYUV basis of a very good performance, include a complete ad hoc stall VCPROJ
Platform: | Size: 149708 | Author: 张小胖 | Hits:

[Windows CEVS2005YUV

Description: 使用最新Visual Studio 2005所开发之简单POCKET PC 2003之YUV播放器,以REAYUV为基础,效能十分不错,包含完整VCPROJ专案档-use of the latest Visual Studio 2005 development than simple Pocket PC 20 YUV's 03 players to REAYUV basis of a very good performance, include a complete ad hoc stall VCPROJ
Platform: | Size: 149504 | Author: 张小胖 | Hits:

[Windows MobileMSDN_VirtualLabs_WindowsMobile5_DevelopingNativeAp

Description: 在这notes你有机会了解发展中国家管理应用Windows Mobile 5.0平台。开发应用为目标的Windows Mobile 5.0 Pocket PC和智能设备带来前所未有的轻松许多改善生产力的提高在Visual Studio 2005和Windows Mobile 5.0的软件开发工具包。-In this guided tour you had the opportunity to learn about developing managed applications for the Windows Mobile 5.0 platform. Developing applications that target Windows Mobile 5.0 Pocket PC and Smartphone devices has never been easier with many of the improved productivity gains found in Visual Studio 2005 and the Windows Mobile 5.0 SDKs.
Platform: | Size: 473088 | Author: lkt | Hits:

[CSharpCSDatabase

Description: 前已经介绍过一纯C#编写的大型关系型数据库系统MINOSSE,架构相当好,但到目前为止仍然无法正常运行,估计是研发力量不足,大家有兴趣的话可以参与。 今天要介绍的是SharpHSQL,如果用过JAVA的朋友或许会接触过HSQLDB(前身是HSQL),它是纯JAVA编写的轻量级/嵌入式关系型数据库引擎,大概是300k左右,应用很广泛。而SharpHSQL是HSQLDB的C#迁移版本,曾经在有人于2002年在codeproject.com上发布了第一个版本,当时用的是是Visual Studio .NET 1.0 beta,就没有后续开发了,但有人于2004年底接管过来继续开发,并在gotdotnet上建立了workspace,最新版本包含了一个ADO.NET驱动和Pocket PC版本。 -Before the introduction of pure C# 1 had been prepared in large-scale relational database system MINOSSE, architecture pretty good, but so far still can not function properly, it is estimated that development efforts are insufficient, there is everyone interested can participate. Today is the introduction SharpHSQL, if used JAVA friends may come into contact with HSQLDB (formerly HSQL), it is a pure preparation of lightweight JAVA/embedded relational database engine, are perhaps around 300k, the application is very wide. And HSQLDB are SharpHSQL relocation of the C# version of someone at once in 2002 at codeproject.com on the first version released at that time are used are Visual Studio. NET 1.0 beta, there will be no follow-up development, but someone at the end of 2004 to take over come continue to develop and set up on the GotDotNet workspace, the latest version includes a ADO.NET driver and Pocket PC versions.
Platform: | Size: 3933184 | Author: yoyo | Hits:

[Windows MobileMyApp1

Description: 可以调整Windows Mobile 5.0 and Pocket PC menus。-You will find the resource data for this menu structure in two separate places: the rc and rc2 files. In the rc file associated with your project, you will find the definition of the menu that pops-up when you select a menu. It is, indeed, a popup menu. This code is created by the Visual Studio IDE when you edit the menu using the GUI. So if you add any extra menu items, this is where they will appear. You probably won’t have to edit this code manually, but here’s an example so you can see what it looks like。
Platform: | Size: 45056 | Author: Jason | Hits:

[Windows MobilePviewce

Description: 获取Mobile当前进程列表,List View的用法 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0. -Description: This sample is a process viewer for CE devices. Usage: Load the project from Visual Studio 2005, and build normally. Relevant APIs/Associated Help Topics: CreateToolhelp32Snapshot Assumptions: none. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0.
Platform: | Size: 18432 | Author: gzhard | Hits:

[Windows MobileCameracapture

Description: Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.-Feature Area: Video capture Description: This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file, and captures and encodes an image in a jpeg file. Usage: Build and deploy using Visual Studio 2005. Relevant APIs/Associated Help Topics: ICaptureGraphBUilder2 Assumptions: Your device needs to have a video capture driver installed (the emulator ships with a null capture driver). The video will be saved to the root of your device to "\video1.asf". The still picture will be saved to "test.jpg" If you wish, you can change these hardcoded values in the code for the files to be saved to a different location. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.
Platform: | Size: 13312 | Author: gzhard | Hits:

[SMSMapirule

Description: Mobile短信拦截 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0.-Description: This sample demonstrates how to implement a MAPI Rule Client, a COM object which can handle/filter incoming MAPI messages. Of particular relevance is the implementation of IMailRuleClient and its ProcessMessage method. This method is called by the MAPI subsystem when a message matching the Rule Client抯 transport (SMS, ActiveSync, POP3) arrives. From within ProcessMessage, you can reroute messages, delete messages, parse messages and send custom data to other apps, or anything else you may need to do. Currently, only SMS is supported as a transport for Rule Clients. IMailRuleClient::Initialize must also be implemented to set message store access privileges. A Rule Client is a COM object (generally housed in a DLL) which implements the IMailRuleClient interface. In order to work properly, it must be registered in two places: 1.) Standard COM registration- HKEY_CLASSES_ROOT\CLSID
Platform: | Size: 12288 | Author: gzhard | Hits:

[Windows MobileMemwatcher

Description: 创建Mobile今日主题项目,当前内存查看 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.-Description: This sample illustrates how to create a custom Today screen item for Pocket PC. Relevant APIs: Today screen plugins. Usage: Load the project from Visual Studio 2005, and build normally. This sample will build as a DLL called Memwatcher.dll. It will also create a .cab file called memwatchercab.cab. Install the the cab on on your device. Once you have installed memwatcher via the cab, open the Settings-Today applet and tap on the Items tab. Tap OK to close the dialog. (This causes Today to reload all the applets on the Today screen- including the Memwatcher sample.) Assumptions: None. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.
Platform: | Size: 12288 | Author: FeNio | Hits:

[Windows CEMicrosoft-Mobile-Development-Guild

Description: 第Ⅰ部分 移动应用程序开发基础  第1章 .NET Compact Framework移动平台 1.1 Visual Studio移动应用程序开发快速入门   1.1.1 Visual Studio版本的选择   1.1.2 其他软件  1.1.3 目标、半台:Pocket PC,Smartphone还是Windows CE  1.1.4 Windows CE与Windows Mobile的差异  1.1.5 选择.NET Compact Framework的版本 1.2 .NET Framework 2.0与.NET Compact Framework 2.0的差异  1.2.1 应用程序配置文件   1.2.2 ClickOnce   1.2.3 Ngen.exe   1.2.4 远程功能    1.2.5 序列化   1.2.6 打印   1.2.7 Web窗体 1.3 .NET Compact Framework 1.0版和2.0版的差异   1.3.1 Windows窗体   1.3.2 显示与布局的管州   1.3.3 数据 .  1.3.4 通信   1.3.5 COM互操作   1.3.6 图形编程   1.3.7 安全   1.3.8 线程   1.3.9 性能监视 1.4 .NET Compact Framework 3.5版简介 1.5 使用社区资源  1.5.1 Microsoft patterns&practices移动应用程序构建块   1.5.2 OpenNETCF Smart Device Framework 1.6 总结  第2章 构建Windows窗体GUI 2.1 了解2.0版本Windows窗休的改进 2.2 使用桌面应用程序丌发流程 2.3 设备屏幕与设-Part Ⅰ based mobile application development Chapter 1. NET Compact Framework mobile platform 1.1 Visual Studio Mobile Application Development Getting Started 1.1.1 Visual Studio version of the selection 1.1.2 Other software 1.1.3 goals, and a half units: Pocket PC, Smartphone or Windows CE 1.1.4 Windows CE and Windows Mobile differences 1.1.5 Select. NET Compact Framework version 1.2. NET Framework 2.0 and. NET Compact Framework 2.0 Differences 1.2.1 Application Profiles 1.2.2 ClickOnce 1.2.3 Ngen.exe 1.2.4 Remote function 1.2.5 Serialization 1.2.6 Print 1.2.7 Web Form 1.3. NET Compact Framework 1.0 and 2.0 differences 1.3.1 Windows Forms 1.3.2 Display and control the layout of the state 1.3.3 Data . 1.3.4 Communication 1.3.5 COM Interoperability 1.3.6 Graphics Programming 1.3.7 Security 1.3.8 Threads 1.3.9 Performance Monitoring 1.4. NET Compact Framework 3.5 Version Description 1.5 Use community resources 1.5.1 Microsoft patte
Platform: | Size: 5668864 | Author: 宋阳 | Hits:

CodeBus www.codebus.net