-
VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者...
VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者
- 2022-08-25 09:39:47下载
- 积分:1
-
面向设计源代码,适合学习,当然在工作中直接利用的也很多,因为它很经典。...
面向设计源代码,适合学习,当然在工作中直接利用的也很多,因为它很经典。-Design-oriented source code, suitable for learning, of course, the direct use in the work of many, because it is very classic.
- 2022-08-06 23:29:11下载
- 积分:1
-
这是菜单的SDK实现,仅供参考!谢谢!
这是菜单的SDK实现,仅供参考!谢谢!-This is the realization of menu SDK for reference! Thank you!
- 2022-02-09 18:25:18下载
- 积分:1
-
自绘制菜单
自绘制菜单--- -----MFC-MFC--------------
- 2022-11-05 10:10:04下载
- 积分:1
-
象Windows3.1一样的非立体边框的平坦菜单
象Windows3.1一样的非立体边框的平坦菜单-The flat menu which likes the menu in Windows3.1
- 2022-07-02 04:29:23下载
- 积分:1
-
TIAeverMainMenu can operate the main menu and the main pop
TIAeverMainMenu可以操作主菜单和主弹出式菜单的控件。-TIAeverMainMenu can operate the main menu and the main pop-up menu controls.
- 2022-03-12 16:59:44下载
- 积分:1
-
使用VC2005开发CLR托管应用程序如何在菜单栏中添加文本框
使用VC2005开发CLR托管应用程序如何在菜单栏中添加文本框-VC2005 development using CLR managed application how to add text in the menu bar box
- 2022-03-11 20:04:41下载
- 积分:1
-
一个xp风格菜单的解决方案可以参考,不过没有动态链接库的源码...
一个xp风格菜单的解决方案可以参考,不过没有动态链接库的源码--The solution of menu with xp style,but no source code of dll
- 2022-12-30 12:10:04下载
- 积分:1
-
1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windo...
1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作 响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code#
- 2022-08-03 14:11:26下载
- 积分:1
-
刚刚完成的一个gui,有点像tc界面。文本模式下的GUI设计时,主要要用到
这些库函数:textcolor() 用于设置打印文本的前景色,textback...
刚刚完成的一个gui,有点像tc界面。文本模式下的GUI设计时,主要要用到
这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打
印文本
的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函
数,就可以实现
-Has just completed a gui, a bit like a tc interface. Text mode GUI design, the main use of these library functions: textcolor () to set up the print version of the Foreground, textbackground () to set up the print version of the background color. gettext () to save the contents of the text window, puttext () display text the use of these two functions can be achieved
- 2022-06-19 16:10:31下载
- 积分:1