搜索资源列表
Fakemenu
- FAKEMENU demonstrates how an application can display a window that behaves in a similar manner as a menu. It also illustrates the use of the <multimon.h> multiple-monitor compatibility header file to allow the application to run properly
ConfirmMenuPlace
- 代码简介或代码解析: 要根据命令标志确定菜单项的位置,只要根据命令标志在逐层菜单中寻找相应的菜单项,并确定其位置即可,一旦得到位置我们就可以在该位置添加菜单项的实例。 1 在resouce.h中定义一个新的ID表示要添加的菜单 2 在CMainFram类添加函数bool CMainFram::FindMenuPos(...) ,此函数将根据命令标志确定菜单项的位置 3 在CMainFram类添加函数void CMainFram::InsertMenu(...),此函数将
RJ010405(CA)
- 西北工业大学程序设计大赛作品 拿出来与大家分享 设计目的:更深层次的了解团队合作的意义,并了解项目开发的基本流程,提高学习兴趣 设计思路:1- 界面设计:在文本模式下利用窗口模式显示所有信息 2- 数据管理:利用链表代替数组可以灵活的处理信息 具体实现:主要分为8大模块 外加一个头文件 student.h:包含一些库文件并定义结构体 1-ScoreMg.c 主函数模块 功能:提供进入主菜单的界面显示并连接其它模块 2-menu.c 主菜单模块 功能:显
Menu_Src
- 本文件实现了一个漂亮的菜单类源码,使用方便,只要包含H文件和CPP文件即可-This document is a beautiful implementation of the source category menu, easy to use, as long as the document that contains H and CPP files can
OfficeStyleMenu
- 仿微软Word菜单的一个程序,可以拷贝该.h与.cpp调用即可在你的项目中运行-Like Microsoft Word, a program menu, you can copy the. H and. Cpp can call in your project run
Lib_XP
- 一个XP界面类库。全部API,自绘图形而成! 编译方法: 1)加入XPLIB.lib库 2)加入CLASSXP.H 3)在菜单中Project\Settings\C/C++-Precompiled headers 选No using......项目。(否则不能编译通过)-XP interface of a class library. All API, since the shape from the drawing! Compile: 1) Add XPLIB.lib Libr
VCPSQL
- VC+SQL 连接创建一个基于对话框的应用程序。 2.创建一个用来连接的ADO类库。系统菜单中Insert->New Class项,class type选择Generic Class 在Name后输入类名“AdoConn”,点OK。这样,在工程上自动生成AdoConn.h和AdoConn.cpp两个文件。 -VC+ SQL connection to create a dialog-based applications. 2 Create a class library us
toolbartest
- 我见过人家的一些工具栏,各有特色,但不人性化. 基于此,我在前人的基础上作了一些改动.使其使用起来和VC中标准的CToolBar有什么两样 主要功能: 能显示24位色(含)以下的各尺寸图标 能设置背景色或背景图 1 将ToolBarEx.cpp和ToolBarEx.h加入到工程 2 在MainFrame.h中包含对ToolBarEx.h的引用 3 将原CToolBar m_wndToolBar改为CToolBarEx m_wndToolBar 4
Dfta19
- 實作一個文字視窗Library, 包含 MENU, Button, Radio, Edit(D-Flat Version 19 The source files in the DFLAT archive constitute the D-Flat windowing system. This is public domain code. You may use it in your applications without restriction. You may freely dis