-
This is a pure Win32 API code, did not use MFC. Code demonstrated how to change...
这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。
-This is a pure Win32 API code, did not use MFC. Code demonstrated how to change the edit box, list box, combo box, static control, as well as radio buttons and check box control fonts. In addition, the code also demonstrated the common font choices (ChooseFont) dialog programming.
- 2022-03-21 03:51:13下载
- 积分:1
-
本程序实现了类似VC++的界面的功能!其工具窗口可以悬浮,可以靠边!...
本程序实现了类似VC++的界面的功能!其工具窗口可以悬浮,可以靠边!-the program similar to the VC interface function! Its tool window can be suspended, step aside!
- 2022-04-22 03:08:56下载
- 积分:1
-
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等...
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等-HeadCtrl details of the source can be found, for example, the design headCtrl spacing, color, such as search ranking
- 2023-03-10 23:20:03下载
- 积分:1
-
基于MFC带系统时间的计算器
基于MFC设计的一个小计算器软件,带有系统时间。代码注释详细,适合MFC新手参考练习。
- 2023-08-23 10:35:05下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
网格控件
网格控件-Grid Control
- 2022-08-21 06:14:21下载
- 积分:1
-
a development based on MiniGUI phone system, friendly interface.
一个基于MiniGUI开发的手机系统,界面友好。-a development based on MiniGUI phone system, friendly interface.
- 2023-05-19 05:40:05下载
- 积分:1
-
这是个界面编成的问题
这是个界面编成的问题-This is a monument of the interface issues
- 2022-04-21 05:30:15下载
- 积分:1
-
模拟一个电视机,很漂亮的界面。非非非常 的漂亮漂亮
模拟一个电视机,很漂亮的界面。非非非常 的漂亮漂亮-An simulator of TV sets with a beautiful interface,really catch your eye!
- 2022-11-05 22:40:04下载
- 积分:1
-
GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。
GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。-GroupBox control of the movement with the GroupBox and mobile or concealed or hidden.
- 2022-02-20 22:44:22下载
- 积分:1