-
create a dynamic menu items example, sales of Statistics. Very practical!
一个动态创建菜单项的例子,实现销售额统计。很实用的哦!-create a dynamic menu items example, sales of Statistics. Very practical!
- 2022-05-01 00:22:16下载
- 积分: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
-
用BCB写的一个调用DELPHI动态库的插件程序.
目标是将DELPHI动态库中的菜单读取.
并将当前目录下的动态库中的菜单连续加入.
从而形成插件...
用BCB写的一个调用DELPHI动态库的插件程序.
目标是将DELPHI动态库中的菜单读取.
并将当前目录下的动态库中的菜单连续加入.
从而形成插件程序,界面简陋.只用于学习,如有好的建议请与我联系,一起研究.-with BCB write a DLL called Delphi plug-in procedures. The goal is to DELPHI dynamic library to read the menu. Under the current directory will be dynamic repository for accession to the menu. Thus plug-in procedures, simple interface. Only for learning, if good suggestions, please contact me, together .
- 2022-02-02 01:34:04下载
- 积分:1
-
一套自绘菜单,可以仿照
一套自绘菜单,可以仿照-drawn from a menu that can be copied
- 2022-06-30 07:09:54下载
- 积分:1
-
动态菜单:通过配置自动实现WEB的动态菜单功能
动态菜单:通过配置自动实现WEB的动态菜单功能-dynamic menu : automatic configuration of dynamic Web menu function
- 2022-03-20 10:07:09下载
- 积分:1
-
这是采用INI方式实现的多语言支持,INI作为通用配置文件,可以和程序中其他的参数变量放在一起,进而减少文件个数,且有灵活存储...
这是采用INI方式实现的多语言支持,INI作为通用配置文件,可以和程序中其他的参数变量放在一起,进而减少文件个数,且有灵活存储-INI This is achieved using multi-language support, as a general INI configuration file, procedures can and the other variables are put together, thereby reducing the number documents, which have flexible storage
- 2022-02-04 13:04:46下载
- 积分:1
-
象Windows3.1一样的非立体边框的平坦菜单
象Windows3.1一样的非立体边框的平坦菜单-The flat menu which likes the menu in Windows3.1
- 2022-07-02 04:29:23下载
- 积分:1
-
这是一个c代码的弹出菜单程序,还是比较简单,如有更好的方法,希望提出来哦...
这是一个c代码的弹出菜单程序,还是比较简单,如有更好的方法,希望提出来哦-This is a pop-up menu c code procedures, it is quite simple, if there is a better way, would like to make to Oh
- 2022-01-26 03:46:29下载
- 积分:1
-
下载按钮
- 2022-02-15 19:54:59下载
- 积分:1
-
1. MyCoolMenu22.zip,18KB,下载 0 次,void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu...
1. MyCoolMenu22.zip,18KB,下载 0 次,void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu) { CString str //use to hold the caption temporarily CMyMenu* pMenu //use to hold the sub menu CMyMenuData* pMenuData //use to hold the menu data //get the number of the menu items of the parent menu int iMenuCount = pMyMenu->GetMenuItemCount() UINT nID //use to hold the identifier of the menu items-1. MyCoolMenu22.zip, 18KB, download 0 times, void CMyMenu:: ChangeToOwnerDraw (CMyMenu* pMyMenu) (CString str// use to hold the caption temporarily CMyMenu* pMenu// use to hold the sub menu CMyMenuData* pMenuData// use to hold the menu data// get the number of the menu items of the parent menu int iMenuCount = pMyMenu-
- 2022-07-26 13:41:13下载
- 积分:1