Welcome![Sign In][Sign Up]
Location:
Search - windows mobile edit

Search list

[Communication-MobilehyPocketoutlooksample

Description: This sample uses Microsoft.WindowsMobile.PocketOutlook and Microsoft.WindowsMobile.Telephony to: - Databind a ContactCollection to a ListBox. - Databind a Contact Property to a TextBox. - Edit Contact Properties. - Send SMS messages - Call a contact s phone number.-Microsoft.WindowsMobil e.PocketOutlook and Microsoft.WindowsMobil e.Telephony to :- Databind a ContactCollection to a ListBox.- D atabind a Contact Property to a TextBox.- Edit C ontact Properties.- Send SMS messages- Call a c ontact's phone number.
Platform: | Size: 10240 | Author: 黄先生 | Hits:

[Windows MobileArticle_demo

Description: windows mobile ,edit过滤数字控件-windows mobile, edit digital control filter
Platform: | Size: 34816 | Author: a | Hits:

[CSharpApusControls

Description: windows mobile/wince 控件。使用c#编写。该器件可用于数据库系统的字段编辑显示,集成了标签,输入框,数据库字段,颜色高亮区分等功能。可以直接用于系统开发,也可作为c#程序员的学习资料。-A C# component for win mobile or wince.This control integrate with text,edit,database fields. It can use for you application .
Platform: | Size: 18432 | Author: brick | Hits:

[Windows MobileRomEditor

Description: 智能手机ROM 编辑工具,可以直接修改BIN文件-windows mobile 5.0 6.0 6.1 rom edit
Platform: | Size: 72704 | Author: mike xiang | 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:

[CSharpppc_edit-1.4-src

Description: windows mobile ppc edit文本编辑器
Platform: | Size: 784384 | Author: 逃不过 | Hits:

[File OperateSuperEditor

Description: haiq写的手机刷机包编辑工具 本程序用于编辑 Linux 操作系统手机刷机包,运行环境为 Windows XP/2003/Vista。使用该程序可以对 Linux 操作系统手机刷机包进行拆解(包括摩托罗拉专用格式的资源文件)、添加、删除、修改文件或目录的 Linux 属性等操作,并可重新构建刷机包。 该程序目前已通过了 Moto A1600、A1210、A1200、A810、A780、E2、E6、E680 等几种手机刷机包的测试。 本次提供的源代码包括完整的帮助文档源文件。该程序没有使用第三方控件,对关键源代码都进行了详细的注解。发布该源代码的目的是供有兴趣的朋友对其进行修改完善。-haiq writing editing tools mobile phone Brush Pack The Linux operating system program used to edit mobile Brush Pack, the operation environment for the Windows XP/2003/Vista. The program can use the Linux operating system, mobile phone Brush Pack for dismantling (including Motorola s proprietary format of the resource file), add, delete, modify files or directories Linux and other operating properties, and re-build Brush Pack. The program has passed the Moto A1600, A1210, A1200, A810, A780, E2, E6, E680 mobile phone Brush Pack several other tests. The provided source code includes complete documentation for source files. The program does not use third-party control of key source code for a detailed comment. The purpose of publishing the source code is for friends who are interested its revised and improved.
Platform: | Size: 12005376 | Author: huhuc | Hits:

[GUI Developduihuakuang

Description: 对话框是Windows应用程序中最重要的用户界面元素之一,是与用户交互的重要手段,在程 序运行过程中,对话框可用于扑捉用户的输入信息或数据。对话框是一个特殊类型的窗口,任何对窗口进行的操作(如:移动、最大化、最小化等)都可在对话框中 实施,一般来说,在对话框中通过各种控件(如:按钮、编辑框、列表框、组合框等)来和用户进行交互。控件是在系统内部定义的用于和用户交互的基本单元。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 21504 | Author: pingzong | Hits:

[Internet-Networksockets

Description: 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(send/recv)。 7、返回,等待另一客户请求。 8、关闭套接字。 客户端程序: 1、加载套接字库 2、创建套接字(socket)。 3、向服务器发出连接请求(connect)。 4、和服务器端进行通信(send/recv)。 5、关闭套接字。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 2048 | Author: pingzong | Hits:

[androidYNote

Description: yNote是一个运行在Android平台上的记事本App。最大的特点的就是将文本文档保存到Android手持设备的文件系统中,便于使用PC对其进行编辑。其次,在主界面显示的一个已经创建文档的列表,以便最快打开所需要的文档。使用UTF-8作为默认编码格式,这在Linux操作系统上得到很好的支持,在Windows操作系统上建议使用Notepad++代替默认的Notepad(即我们常见的Notepad)。Notepad++的下载地址:http://notepad-plus-plus.org/-yNote is a notepad based on the Android platform. The biggest feature is that yNote can save the text in the file system of an Android mobile phone, which is convenient for the PC to edit it. In the main interface there is a list of text files that have been created, from which you can choose one to operate. yNote uses the UTF-8 as the default encoding and decoding format.
Platform: | Size: 26624 | Author: YorkCai | Hits:

[androidYNote

Description: yNote是一个运行在Android平台上的记事本App。最大的特点的就是将文本文档保存到Android手持设备的文件系统中,便于使用PC对其进行编辑。其次,在主界面显示的一个已经创建的文档的列表,以便最快打开所需要的文档。使用UTF-8作为默认编码格式,这在Linux操作系统上得到很好的支持,在Windows操作系统上建议使用Notepad++代替默认的Notepad(即我们常见的Notepad)。Notepad++的下载地址:http://notepad-plus-plus.org/-yNote is a notepad based on the Android platform. The outstanding feature is that with yNote you can save the text in the file system of an Android handset or mobile phone, which is also convenient for the PC user to edit the text. In the main interface there is a list of text files that have been created, from which you can choose one to operate. yNote uses the UTF-8 as the default encoding and decoding format.
Platform: | Size: 125952 | Author: YorkCai | Hits:

CodeBus www.codebus.net