搜索资源列表
DialogBox
- 用dialogbox创建窗口的方法的例子,可以方便地实现封装。仅供参考。-Create a window using dialog box.
Memwatcher
- 创建Mobile今日主题项目,当前内存查看 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.-Descr iption: This sample illustrates how to create a custom Today screen item for Pocket PC. Relevant APIs
BREWMIFEditorGuide
- BREW MIF 编辑器指南 详细说明了 Binary Runtime Environment for Wireless™ (BREW™ ) MIF 编辑器以后简称 MIF 编辑器及其在创建和修改模块信息文件 (MIF) 时的作用 MIF 编辑器包括四个输入模块信息的对话框文档的后续部分说明在每个对话框中输入每项 信息的步骤以及每项信息在 BREW 模块的下载显示和执行中所起的作用-BREW MIF Editor Guide details the Binary
vcMSComm
- 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -Mfc carried out in the simplest way serial communication than in the dialog box c
javanotebook
- javanotebookJava记事本:Notebook源码下载,虽然是个功能不多的记事本,但通过这个Java程序你可以学习到不少小技巧呢!比如创建界面、安装各种监听器,在窗体上布局主菜单,保存用户编辑的文件,以及如何使用"另存为"对话框保存文件,如何新建和打开一个文档等,源代码内包括了相当多的注释,是Java新手学习JAVA编程的好范例。 当用户按下窗口的“关闭”时,会自动调用此方法-javanotebookJava Notepad: Notebook source download
Android Amazon API with SQS application
- This sample demonstrates how Android can interact with Amazon SQS. Modified from a sample application provided by Amazon. 1. Import into Eclipse * Go to File -> New Android Project. The New Project wizard opens. * Select Create projec
AndroidOpenFileDialog
- Android SDK中并没有提供文件选择对话框,但是文件选择对话框有时候非常实用,这个代码是直接创建一个文件选择对话框,还可以设置文件过滤类型以及图标等等,非常实用-Android SDK does not provide file selection dialog box, but the file selection dialog is sometimes very useful this code to create a file selection dialog, you can se
android-Dialog
- Java编写的Android创建各种Dialog对话框及其监听事件的源代码,生成各种用途的android Dialog窗口的方法。 -Android Java Dialog dialog box, create a variety of written and its source code monitor events generated android Dialog window methods for various purposes.
DialogDemo
- Android创建各种 Dialog对话框及其监听事件的源代码实现演示,生成各种用途的android Dialog窗口的方法和代码演示,比如在对话框中添加一个文本框,在对话框中列出数组, 在对话框中列出单选按钮,在对话框中列出复选框,自定义对话框内容,按返回键退出弹出对话框等,对安卓开发有帮助。-Android Dialog dialog box to create a variety of events and its source code to achieve listening pres
remotecontrolledcar
- The user is then asked to select an image file using QFileDialog::getOpenFileName(). The selected file is loaded into a QImage. Using a QImage lets us ensure that the selected file is a valid image, and it also allows us to immediately display the im