登录
首页 » 电子书 » Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news bo...

Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news bo...

于 2022-03-11 发布 文件大小:21.63 MB
0 49
下载积分: 2 下载次数: 1

代码说明:

Visual.C++编程技巧精选500例随书附盘 第1章 消息框 1.消息框设置演示 第2章 常用控件 13.如何使用picturebox 控件浏览多种格式的图像? 12.如何使listcontrol控件支持整栏选择? 11.如何在列表框中自动装载磁盘文件列表? 10.如何显示载有richedit 控件的对话框? 9.如何限制编辑控件输入的字符类型? 8.如何在程序窗口中创建按钮控件? 7.按钮设置演示 6.如何使用滚动条控件? 5.如何使用进度条控件? 4.如何使用列表控件? 3.如何使用树形控件? 2.如何使用标签控件? 1.如何使用滑块控件? 第3章 通用对话框 8.如何在程序启动时弹出文件打开对话框? 7.如何在文件对话框中预览位图文件? 6.文件对话框文件夹操作演示 5.文件对话框使用演示 4.如何使用查找与替换对话框? 3.如何使用页面设置对话框? 2.如何使用颜色对话框? 1.如何使用字体对话框? 第4章 标题栏与菜单栏 26.如何在子菜单中记录历史文件? 25.如何确定顶层菜单所占的行数? 24.如何取消对菜单状态的限制? 23.如何取消应用程序菜单栏? 22.如何获取菜单栏高度? 21.如何在对话框类型的应用程序中加载菜单? 20.如何设计自定义快捷菜单? 19.如何创建一个弹出式菜单? 18.如何触发一个菜-Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news box. Speech news box set Chapter 2 of said common control 13. how to use the picturebox control View Multi-Format Image? 12. How listcontrol Control supportive of the whole column choice? 11. How the list box automatically loading disk document lists? 10. How to show co

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cc1100无线发送接收模块的详细资料!
    cc1100无线发送接收模块的详细资料!-cc1100 wireless receiver module to send the detailed information!
    2023-03-02 02:35:03下载
    积分:1
  • a parallel high
    一个并行高速乘法器芯片的设计与实现-a parallel high-speed chip Multiplier Design and Implementation of
    2022-12-10 03:40:02下载
    积分:1
  • Thinking in c++ 2th vol1
    Thinking in c++ 2th vol1 -Thinking in c++ 2th vol1
    2022-03-21 13:37:52下载
    积分:1
  • This is a very good windows programming environment, the technology components o...
    这个是一本非常好的windows环境下组件编程的技术书,大家不可错过-This is a very good windows programming environment, the technology components of the book, we should not miss
    2022-06-19 07:56:01下载
    积分:1
  • 很好的关于ORACLE的调优的 值得参考,现在贡献出来大家共享, 这是第3部分....
    很好的关于ORACLE的调优的书 值得参考,现在贡献出来大家共享, 这是第3部分.-good on Oracle optimization book is worth considering, now contribute share, This is the first of three parts.
    2022-08-11 09:56:34下载
    积分:1
  • The most classic C function library, consists of 17, respectively, for the proce...
    最经典的C函数库,共分17篇,分别为进程操作篇,内存控制篇,信号处理篇,环境变量等17篇-The most classic C function library, consists of 17, respectively, for the process of chapter operations, chapter memory control, signal processing articles, such as environment variables 17
    2022-08-13 17:23:54下载
    积分:1
  • 本wap小说系统必须运行于杰奇小说系统上,支持杰奇小说版本:1.25、1.30、1.31、1..40。完美与杰奇系统各种信息接合(用户数据、签、藏、积分)...
    本wap小说系统必须运行于杰奇小说系统上,支持杰奇小说版本:1.25、1.30、1.31、1..40。完美与杰奇系统各种信息接合(用户数据、书签、藏书、积分) 与原书站系统独立,但数据共享。 支持书籍搜索。 支持用户登录; 支持阅读设置; 本系统与原杰奇完全独立,不修改原系统任何代码。-Wap novels of this system must run on杰奇novel systems to support novel杰奇version: 1.25,1.30,1.31,1 .. 40.杰奇system with perfect bonding all kinds of information (user data, bookmarks, books, points) and the original system of independent stations, but data sharing. Support for english books. Support for user login support reading settings the system with the original杰奇completely independent, without modifying the original system of any code.
    2022-08-16 13:47:19下载
    积分:1
  • 阅读器
    一个Android平台的txt文本阅读器Demo,支持选择并打开SD卡下的txt文件进行阅读,支持上一页,下一页,自动滚屏,支持书签,支持设置字体大小,颜色,背景色,支持关键字搜索,支持选定文本打电话和发短信,支持亮度调节。
    2022-03-21 18:44:21下载
    积分:1
  • TG12864E液晶说明
    支持串并行接口的12864,主控为ST7920A,还有源码参考。 DI EQU P3.7 E EQU P3.5 RST EQU P3.2 cs1 equ p3.0 cs2 equ p3.1 ;本测试程序中CS1,CS2=H ,RW =>GND ORG 0000H LJMP MAIN ORG 0003H LJMP LINTO ORG 0100H MAIN: NOP clr ea clr cs1 clr cs2 CLR E lcall init MOV 34H,#0ffH LCALL DISPLAY_ALL lcall dly100 MOV 34H,#00H LCALL DISPLAY_ALL lcall plybw lcall DLY100 MOV 34H,#00H LCALL DISPLAY_ALL MOV R1,#0C0H ;START = 0 LCALL WRI mov 31h,#0 mov 30h,#0 MOV 30H,#0 ;x MOV 31H,#8 ;y MOV DPTR,#HZI7 ;您 LCALL outhz MOV 30H,#0 MOV 31H,#40 MOV DPTR,#HZI8 ;好 LCALL outhz MOV 30H,#4 MOV 31H,#16 MOV DPTR,#HZI1 ;* LCALL outhz MOV 30H,#4 MOV 31H,#32 MOV DPTR,#HZI2 ;* LCALL outhz MOV 30H,#6 MOV 31H,#0 MOV DPTR,#HZI3 ;电 LCALL outhz MOV 30H,#6 MOV 31H,#16 MOV DPTR,#HZI4 ;子 LCALL outhz MOV 30H,#6 MOV 31H,#32 MOV DPTR,#HZI5 ;公 LCALL outhz MOV 30H,#6 MOV 31H,#48 MOV DPTR,#HZI6 ;司 LCALL outhz LCAL
    2022-10-19 20:50:02下载
    积分:1
  • 学习C++必备,C++标准库文档详细介绍,值得珍藏
    学习C++必备,C++标准库文档详细介绍,值得珍藏-essential learning C, C standard library documentation and detailed briefings worth keeping
    2022-07-19 11:31:38下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载