搜索资源列表
windows磁盘IO
- 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
替换开始菜单VC代码
- 可以替换WINDOWS开始菜单VC源码 GetShellTrayDlg.h, GetShellTrayDlg.cpp - the dialog These files contain your CGetShellTrayDlg class. This class defines the behavior of your application s main dialog. The dialog s template is in GetShellTray.rc, which
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(...),此函数将
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
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
GUI_FILTER
- function varargout = GUI_FILTER(varargin) GUI_FILTER M-file for GUI_FILTER.fig GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing singleton*. H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to th
20070413_EmployeeTrainSystem
- 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据
OfficeStyleMenu
- 仿微软Word菜单的一个程序,可以拷贝该.h与.cpp调用即可在你的项目中运行-Like Microsoft Word, a program menu, you can copy the. H and. Cpp can call in your project run
testXP
- 全部API,自绘图形而成! 编译方法: 1)加入XPLIB.lib库 2)加入CLASSXP.H 3)在菜单中Project\Settings\C/C++-Precompiled headers 选No using......项目。(否则不能编译通过)-All API, since the drawing shape made! Compile Method: 1) by adding XPLIB.lib Library 2) by adding CLASSXP.H 3) i
vcPerfDemo
- VC++网络仪表使用方法: pdh.dll (Win32 SDK 4)Demo例程pdh目录中带有该动态链接库,将这个文件放在VC的bin 目录中。 如果在VC+6.0中使用,则要将pdh目录中的pdh.dll、pdh.h、pdh.lib ,分别放在VC 的bin、include和lib目录中,重新编译、链接。 先在Meters菜单中选择监控面板,与所要连接的机器建立连接(本地或网络),如下图示。然后在Timer菜单中选择Start,就可以进行监视了。-VC++ n
DataShowClass
- 主要功能: 1.动态显示数据。在类中定义了两个大小为2000的double型数值。可显示小于2000组的X,Y数据。动态显示的原理为实时更新数据。只要更新x,y数据,在显示界面就会及时显示。 2.数据捕捉功能。当鼠标靠近数据点时,十字线会绘制一个红色的矩形捕捉框。 3.支持曲线平移,缩放,网格开关,时间显示以及文字说明。平移时,按住右键拖动鼠标;缩放时按住鼠标中键拖动鼠标。 4.支持颜色设置,具体可看弹出菜单。双击鼠标右键,弹出菜单可进行相应的操作。 5.类主要封装了一些设置
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
VIEW3DS
- 将3ds格式文件生成.h文件和gl格式文件,以便OpengL调用。 使用时将3ds格式文件直接拖到这个软件上就可以了。然后点击左键就会出现菜单,按e键就直接生成文件到此文件所在的路径下。-The 3ds file format generated. H file and gl format for OpengL call. When using the 3ds format files directly onto the software on it. Then left-click
menu-windows-multilingue-dynamique
- Here are some properties of the presented code: - A single source file WinMenu.cpp. - One include: <windows.h>. - Easily adaptable to "many" languages. - The language change is instantaneous. - Sample menus and sub-menus frequent
DNW-WinCE-716
- dnw wince716 1. Run “DNW.exe” on PC and “Communication” -> “Option” to choose proper communication parameters, then “Serial” ->“Connect”. 2. Applying power to MT688. 3. System will run and message will show in DNW windows. 4. Pressing “sp
H-ui.admin.page_3.1.3
- H-ui.admin.page是用H-ui前端框架开发的轻量级网站后台管理模版,采用源生HTML语言,完全免费,简单灵活,兼容性好,让您快速搭建中小型网站后台。H-ui.Admin.page是单页面,没用到ifr a me,左侧菜单点击刷新页面,每次只能打开一个页面,相比ifr a me更简单,更方便操作。(H-ui.admin.page is a lightweight web site background management template developed with H-ui fr