搜索:VC+Dialog
找到约 500 项符合「VC+Dialog」的查询结果
结果 500
按分类筛选
- 全部
- VC书籍 (1564)
- 其他 (626)
- 技术资料 (461)
- 书籍源码 (324)
- 人工智能/神经网络 (290)
- 串口编程 (228)
- 电子书籍 (226)
- 数学计算 (224)
- 加密解密 (209)
- 数据库系统 (162)
- 软件设计/软件工程 (161)
- 数据结构 (158)
- Internet/网络编程 (151)
- 压缩解压 (147)
- SQL Server (139)
- 驱动编程 (125)
- 编译器/解释器 (125)
- 文章/文档 (122)
- 教育系统应用 (121)
- 数值算法/人工智能 (113)
- matlab例程 (109)
- 游戏 (105)
- 企业管理 (94)
- 其他数据库 (93)
- 单片机开发 (85)
- 其他行业 (79)
- USB编程 (70)
- 通讯/手机编程 (69)
- 其他书籍 (58)
- 操作系统开发 (55)
- 汇编语言 (51)
- 中间件编程 (47)
- 嵌入式/单片机编程 (45)
- *行业应用 (43)
- 文件格式 (43)
- 手机短信编程 (42)
- 编辑器/阅读器 (38)
- 系统设计方案 (35)
- 交通/航空行业 (32)
- 其他嵌入式/单片机内容 (31)
- Windows CE (30)
- 通讯编程文档 (28)
- 多国语言处理 (27)
- 网络 (26)
- GPS编程 (26)
- Linux/Unix编程 (25)
- uCOS (24)
- DSP编程 (23)
- C/C++语言编程 (21)
- 磁盘编程 (20)
- CA认证 (20)
- Oracle数据库 (20)
- 语音压缩 (19)
- 酒店行业 (17)
- Delphi控件源码 (17)
- 家庭/个人应用 (15)
- 技术管理 (14)
- MySQL数据库 (14)
- 源码/资料 (13)
- Modem编程 (12)
- 多媒体处理 (11)
- Java编程 (11)
- 生物技术 (10)
- 百货/超市行业 (10)
- Windows Mobile (10)
- 并行计算 (10)
- 并口编程 (9)
- Symbian (9)
- 微处理器开发 (8)
- 邮电通讯系统 (8)
- 软件工程 (7)
- 金融证券系统 (7)
- BREW编程 (7)
- STL (7)
- 医药行业 (7)
- 学术论文 (6)
- FlashMX/Flex源码 (6)
- TAPI编程 (6)
- 源码 (6)
- 图形图像 (5)
- 传真(Fax)编程 (5)
- C语言 (4)
- 实用工具 (4)
- 嵌入式综合 (4)
- 行业发展研究 (4)
- 软件 (4)
- 接口技术 (3)
- Windows编程 (3)
- 技术教程 (3)
- SCSI/ASPI (3)
- 易语言编程 (3)
- JavaScript (3)
- 人物传记/成功经验 (3)
- 书籍 (3)
- 单片机编程 (2)
- 无线通信 (2)
- 技术书籍 (2)
- 计算机相关 (2)
- 开发工具 (2)
- 通信网络 (2)
https://www.eeworm.com/dl/1011767.html
技术资料
Dialog
涵盖WINCE6平台下上位机软件开发的完整技术栈,基于VS2005实现,支持MFC框架,提供从界面设计到功能实现的实战代码参考。
https://www.eeworm.com/dl/534/429062.html
其他
Dialog程序
Dialog程序,打开文件夹,添加文件,读取文件,将文件内容显示,语音功能,深度搜索,添加到列表中
https://www.eeworm.com/dl/674/278343.html
Windows CE
wince open file dialog source code
wince open file dialog source code
https://www.eeworm.com/dl/619/104815.html
Linux/Unix编程
This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (se
This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) 这是一个 unix 系统下的对话框管理程序, 你可以将该程序编译后,直接使用。
https://www.eeworm.com/dl/677/211857.html
Windows Mobile
windows ce today plugin with options dialog
windows ce today plugin with options dialog
https://www.eeworm.com/dl/674/227453.html
Windows CE
Window Wrapper for WinCE Win32 dialog a
Window Wrapper for WinCE Win32 dialog a
https://www.eeworm.com/dl/1005445.html
技术资料
MFC Dialog 摄像头采集
基于VC6.0 MFC对话框的摄像头图像采集程序,适合初学者快速掌握视频采集原理与实现方法。包含完整代码与清晰注释,便于理解MFC界面与设备交互技术。
https://www.eeworm.com/dl/616/102987.html
源码/资料
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the cl ...
https://www.eeworm.com/dl/534/174212.html
其他
在Dialog中使用Menu和Toolbar
在Dialog中使用Menu和Toolbar,这个是基于对话框工程下添加工具栏的例子,对界面编程很有用,我的工程设计也受益于该例子!希望对大家有帮助